mirror of
https://github.com/kuaifan/dootask.git
synced 2026-01-09 23:18:14 +00:00
fix: 打开会话面板报错
This commit is contained in:
parent
04632182b4
commit
6426c76bce
1
resources/assets/js/store/actions.js
vendored
1
resources/assets/js/store/actions.js
vendored
@ -2152,6 +2152,7 @@ export default {
|
||||
dispatch("saveDialog", dialog)
|
||||
});
|
||||
} else if ($A.isJson(data)) {
|
||||
data.id = parseInt(data.id)
|
||||
const index = state.cacheDialogs.findIndex(({id}) => id == data.id);
|
||||
if (index > -1) {
|
||||
const original = state.cacheDialogs[index]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user