mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 11:19:56 +00:00
fix: 任务详情窗口不显示子任务
This commit is contained in:
parent
91f25e9ec3
commit
261f7ebbc2
@ -693,7 +693,8 @@ export default {
|
|||||||
immediate: true,
|
immediate: true,
|
||||||
deep: true
|
deep: true
|
||||||
},
|
},
|
||||||
taskId (id) {
|
taskId: {
|
||||||
|
handler(id) {
|
||||||
if (id > 0) {
|
if (id > 0) {
|
||||||
this.ready = true;
|
this.ready = true;
|
||||||
} else {
|
} else {
|
||||||
@ -704,6 +705,8 @@ export default {
|
|||||||
this.$refs.owner && this.$refs.owner.handleClose();
|
this.$refs.owner && this.$refs.owner.handleClose();
|
||||||
this.$refs.assist && this.$refs.assist.handleClose();
|
this.$refs.assist && this.$refs.assist.handleClose();
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
immediate: true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user