修复列表移动的更新问题
This commit is contained in:
parent
6e09363832
commit
a3d02e5f39
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user