修复搜索界面批量添加歌曲时程序异常的bug

pull/277/head
lyswhut 2020-07-01 23:46:52 +08:00
parent 8eec07b5bd
commit d94d880569
1 changed files with 1 additions and 1 deletions

View File

@ -388,7 +388,7 @@ export default {
this.isShowListAdd = false this.isShowListAdd = false
}, },
handleListAddMultipleModalClose(isClearSelect) { handleListAddMultipleModalClose(isClearSelect) {
if (isClearSelect) this.removeAllSelectListDetail() if (isClearSelect) this.removeAllSelect()
this.isShowListAddMultiple = false this.isShowListAddMultiple = false
}, },
handleContextMenu(event) { handleContextMenu(event) {