1.修改im聊天记录问题,更新im
This commit is contained in:
2026-01-07 18:18:31 +08:00
parent 2bd4cd399e
commit 9711d55edd
18 changed files with 106 additions and 25 deletions
@@ -183,7 +183,6 @@
const optional = computed(() => data.list.filter((item: any) => !item.isDisabled));
const handleInput = (e: any) => {
debugger;
ctx.emit('search', e.target.value);
};
@@ -590,7 +590,6 @@
};
const submit = (userList: any) => {
debugger;
if (data.transferType === 'remove') {
data.userList = userList;
data.delDialogShow = !data.delDialogShow;
@@ -298,7 +298,7 @@
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
overflow: auto;
}
}
.image-preview {
-1
View File
@@ -592,7 +592,6 @@
};
const handleCurrentConversation = (value: string) => {
debugger;
data.currentModel = 'message';
data.currentConversationID = value;
};