zhuhao_dev #416

Merged
zhuhao merged 6 commits from zhuhao_dev into main 2024-11-21 17:40:05 +08:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 966a64faa3 - Show all commits

View File

@ -537,7 +537,7 @@ export default {
}
},
clickChoose(value) {
this.checkFileList = value ? this.currentFileList : []
this.checkFileList = value ? this.currentSCFileList : []
},
deleteTalk(item) {
let index = this.currentFileList.indexOf(item)