|
|
|
@ -664,12 +664,12 @@
|
|
|
|
|
</el-upload> |
|
|
|
|
|
|
|
|
|
<el-select |
|
|
|
|
v-model="MessageResponsibility" |
|
|
|
|
v-model="separateMessageResponsibility" |
|
|
|
|
multiple |
|
|
|
|
filterable |
|
|
|
|
default-first-option |
|
|
|
|
:reserve-keyword="false" |
|
|
|
|
placeholder="请选择处理方" |
|
|
|
|
placeholder="指定处理方" |
|
|
|
|
@change="Msgresponsibility" |
|
|
|
|
> |
|
|
|
|
<el-option |
|
|
|
@ -810,6 +810,7 @@ const msgTop = ref(0); //聊天框吸顶距离
|
|
|
|
|
const scrollContainer = ref(null); //客服实例 |
|
|
|
|
const KFfeel = ref([]); //附件链接 |
|
|
|
|
const MessageResponsibility = ref([]); //消息的处理方选择 |
|
|
|
|
const separateMessageResponsibility=ref([]);//消息的处理方单独选择 |
|
|
|
|
const Msgtextarea = ref(''); //回复框消息 |
|
|
|
|
const msgState = ref(0); //回复消息状态 |
|
|
|
|
const Msgloading = ref(false); //消息回复的加载效果 |
|
|
|
|