From 9ab353d083dd22a90a8a0f09b9b7b756d58cc1bd Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期四, 14 九月 2023 15:38:43 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.0.22:9001/r/mom-before --- src/components/view/rawUnqualified/raw.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/components/view/rawUnqualified/raw.vue b/src/components/view/rawUnqualified/raw.vue index cf5aa02..46c90ac 100644 --- a/src/components/view/rawUnqualified/raw.vue +++ b/src/components/view/rawUnqualified/raw.vue @@ -247,6 +247,7 @@ .then(res => { this.unqualifiedTable = []; this.getDetailInfo(); + this.$parent.removeAllTab() }); } } -- Gitblit v1.9.3