fix: 无法查看已归档任务

This commit is contained in:
kuaifan 2023-04-06 09:31:08 +08:00
parent ba3d5299a0
commit 433a46bba9
2 changed files with 1 additions and 1 deletions

View File

@ -157,7 +157,6 @@ export default {
},
on: {
'click': () => {
this.$store.state.taskArchiveView = params.row.id
this.$store.dispatch("openTask", params.row);
}
},

View File

@ -1719,6 +1719,7 @@ export default {
task_id = task.id;
}
}
state.taskArchiveView = task_id;
state.taskId = task_id;
if (task_id > 0) {
dispatch("getTaskOne", {