|
|
@ -1411,7 +1411,7 @@ const Fileidentifier = val => { |
|
|
|
// 聊天记录获取 |
|
|
|
// 聊天记录获取 |
|
|
|
const Chathistory = res => { |
|
|
|
const Chathistory = res => { |
|
|
|
Msgloading.value = true; //开启加载效果 |
|
|
|
Msgloading.value = true; //开启加载效果 |
|
|
|
MessageResponsibility.value = []; //清空选择内容 |
|
|
|
// MessageResponsibility.value = []; //清空选择内容 |
|
|
|
Msgtextarea.value = ''; //清空输入框消息 |
|
|
|
Msgtextarea.value = ''; //清空输入框消息 |
|
|
|
MessageContent.value = []; //先清空内容,防止内容重复叠加 |
|
|
|
MessageContent.value = []; //先清空内容,防止内容重复叠加 |
|
|
|
|
|
|
|
|
|
|
|