mirror of
https://gitee.com/lijingbo-2021/open-anylink-web.git
synced 2025-12-30 02:52:26 +00:00
"消息已删除"消息不能被多选中
This commit is contained in:
@@ -910,7 +910,12 @@ watch(
|
||||
)
|
||||
|
||||
const multiSelectOptionDisabled = computed(() => {
|
||||
return contentType.value === msgContentType.RECORDING || isSystemMsg.value || isRevoke.value
|
||||
return (
|
||||
contentType.value === msgContentType.RECORDING ||
|
||||
isSystemMsg.value ||
|
||||
isRevoke.value ||
|
||||
isDelete.value
|
||||
)
|
||||
})
|
||||
|
||||
const handleItemClick = () => {
|
||||
|
||||
Reference in New Issue
Block a user