|
@@ -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()
|