修复列表移动的更新问题
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