From 59317eb7bb11d1769473d7dec8cb755f9938613b Mon Sep 17 00:00:00 2001 From: yaojn Date: Mon, 6 Nov 2023 14:35:04 +0800 Subject: [PATCH] =?UTF-8?q?-=20[=E4=BF=AE=E5=A4=8D]=E8=BF=AD=E4=BB=A3?= =?UTF-8?q?=E5=BC=80=E5=90=AF=E5=BC=80=E5=85=B3=E5=BC=82=E5=B8=B8=20=20=20?= =?UTF-8?q?-=20[=E5=85=B3=E8=81=94]#[1014269791928320]=E8=BF=AD=E4=BB=A3?= =?UTF-8?q?=E5=BC=80=E5=90=AF=E5=BC=80=E5=85=B3=E5=BC=82=E5=B8=B8=20http:/?= =?UTF-8?q?/192.168.0.96:8090/demo/rdm.html#/bug-detail/939050947543040/93?= =?UTF-8?q?9050947543057/1014269791928320?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/pages/rdm/project/viewtab/iteration/iteration.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/pages/rdm/project/viewtab/iteration/iteration.vue b/src/views/pages/rdm/project/viewtab/iteration/iteration.vue index f0b6db0f..e4e2842f 100644 --- a/src/views/pages/rdm/project/viewtab/iteration/iteration.vue +++ b/src/views/pages/rdm/project/viewtab/iteration/iteration.vue @@ -141,6 +141,7 @@ export default { .then(res => { if (res.Status == 'OK') { this.$Message.success(this.$t('message.updatesuccess')); + this.refreshIterationList();// 迭代关闭之后刷新迭代列表 } }); }, -- Gitee