mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-13 12:02:51 +00:00
fix: 无法查看已归档任务
This commit is contained in:
parent
ba3d5299a0
commit
433a46bba9
@ -157,7 +157,6 @@ export default {
|
||||
},
|
||||
on: {
|
||||
'click': () => {
|
||||
this.$store.state.taskArchiveView = params.row.id
|
||||
this.$store.dispatch("openTask", params.row);
|
||||
}
|
||||
},
|
||||
|
||||
1
resources/assets/js/store/actions.js
vendored
1
resources/assets/js/store/actions.js
vendored
@ -1719,6 +1719,7 @@ export default {
|
||||
task_id = task.id;
|
||||
}
|
||||
}
|
||||
state.taskArchiveView = task_id;
|
||||
state.taskId = task_id;
|
||||
if (task_id > 0) {
|
||||
dispatch("getTaskOne", {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user