修复列表移动的更新问题

pull/1050/head
lyswhut 2022-08-04 08:38:30 +08:00
parent 6e09363832
commit a3d02e5f39
1 changed files with 1 additions and 1 deletions

View File

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