Browse Source

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

zhengxy 1 year ago
parent
commit
2e22c4a56b

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

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