From c5f7073cc1a314290b86baf22831c79a4781a2bb Mon Sep 17 00:00:00 2001 From: kuaifan Date: Tue, 25 Jul 2023 12:00:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E4=BB=8E=E4=BB=BB=E5=8A=A1=E6=B6=88=E6=81=AF=E5=AF=B9=E8=AF=9D?= =?UTF-8?q?=E4=B8=AD=E6=89=93=E5=BC=80=E4=BB=BB=E5=8A=A1=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E7=9A=84=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../assets/js/pages/manage/components/DialogWrapper.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/resources/assets/js/pages/manage/components/DialogWrapper.vue b/resources/assets/js/pages/manage/components/DialogWrapper.vue index a3016efa7..f8b3c27df 100644 --- a/resources/assets/js/pages/manage/components/DialogWrapper.vue +++ b/resources/assets/js/pages/manage/components/DialogWrapper.vue @@ -1809,7 +1809,11 @@ export default { // 如果当前打开着任务窗口则关闭对话窗口 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() {