From 731900d12eed86805fa65321eca7a44096447949 Mon Sep 17 00:00:00 2001 From: zouyu <2723363702@qq.com> Date: 星期四, 14 九月 2023 13:01:54 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.0.22:9001/r/mom-before --- src/components/view/processInspection.vue | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/components/view/processInspection.vue b/src/components/view/processInspection.vue index 5bae215..d352b24 100644 --- a/src/components/view/processInspection.vue +++ b/src/components/view/processInspection.vue @@ -359,9 +359,13 @@ this.rowInfp=row this.showUp=true }, - combackMain(){ + combackMain(val){ this.showUp=false this.showLook=false + this.defaultInitializationTable(); // 鍒濆鍖栬〃鏍兼暟鎹� + if(val){ + this.$parent.removeAllTab() + } }, searchPro(){ this.search.countSize=this.pageSize -- Gitblit v1.9.3