修复搜索界面批量添加歌曲时程序异常的bug
parent
8eec07b5bd
commit
d94d880569
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue