Browse Source

feat: 客户群群发 - 选择群聊

zhengxy 1 year ago
parent
commit
2e22c4a56b

+ 0 - 1
project/src/components/customOperate/chatGroup/components/chatGroupOptions.vue

@@ -296,7 +296,6 @@ export default {
296 296
     },
297 297
 
298 298
     onClickSelectAll() {
299
-      console.log('this.isSelectedAll => ', this.isSelectedAll)
300 299
       if (!this.chatList || !this.chatList.length) return false
301 300
       if (this.isSelectedAll) { // 当前是全选状态 => 执行清空逻辑
302 301
         this.handleDelAllSelectedChat()