mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 19:35:50 +00:00
fix: 修复无法从任务消息对话中打开任务详情的情况
This commit is contained in:
parent
a1a8e8a962
commit
c5f7073cc1
@ -1809,7 +1809,11 @@ export default {
|
|||||||
// 如果当前打开着任务窗口则关闭对话窗口
|
// 如果当前打开着任务窗口则关闭对话窗口
|
||||||
this.$store.dispatch("openDialog", 0);
|
this.$store.dispatch("openDialog", 0);
|
||||||
}
|
}
|
||||||
this.$store.dispatch("openTask", this.dialogData.group_info.id);
|
this.$store.dispatch("openTask", {
|
||||||
|
id: this.dialogData.group_info.id,
|
||||||
|
deleted_at: this.dialogData.group_info.deleted_at,
|
||||||
|
archived_at: this.dialogData.group_info.archived_at,
|
||||||
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
onPrevPage() {
|
onPrevPage() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user