修复列表移动的更新问题

This commit is contained in:
lyswhut 2022-08-04 08:38:30 +08:00
parent 6e09363832
commit a3d02e5f39

View File

@ -189,7 +189,7 @@ const mutations = {
break
}
}
window.eventHub.emit(eventListNames.listChange, [fromId, toList])
window.eventHub.emit(eventListNames.listChange, [fromId, toId])
},
listAddMultiple(state, { id, list, addMusicLocationType, isSync }) {
if (!addMusicLocationType) addMusicLocationType = this.state.setting.list.addMusicLocationType