update:
1.修改im聊天记录问题,更新im
This commit is contained in:
@@ -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;
|
||||
|
||||
+1
-1
@@ -298,7 +298,7 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
overflow: hidden;
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
.image-preview {
|
||||
|
||||
@@ -592,7 +592,6 @@
|
||||
};
|
||||
|
||||
const handleCurrentConversation = (value: string) => {
|
||||
debugger;
|
||||
data.currentModel = 'message';
|
||||
data.currentConversationID = value;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user