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:
@@ -1063,7 +1063,8 @@ const multiSelectOptionDisabled = computed(() => {
|
||||
contentType.value === msgContentType.RECORDING ||
|
||||
isSystemMsg.value ||
|
||||
isRevoke.value ||
|
||||
isDelete.value
|
||||
isDelete.value ||
|
||||
msgStatus.value !== msgSendStatus.OK
|
||||
)
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user