From 0345954d071f26d2aed289fcb345f07e790d3661 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Fri, 17 Feb 2023 11:37:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/purchase/cert/supCertAudit.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/purchase/cert/supCertAudit.vue b/src/views/purchase/cert/supCertAudit.vue index 0e8bfd55..62c5e031 100644 --- a/src/views/purchase/cert/supCertAudit.vue +++ b/src/views/purchase/cert/supCertAudit.vue @@ -171,6 +171,7 @@ :title="formManufacturerMap[formManufacturerName]" :visible.sync="addInfoVisible" width="80%" + :before-close="headClose" :close-on-click-modal="false" :close-on-press-escape="false" v-if="addInfoVisible" @@ -516,6 +517,10 @@ export default { this.manufacturerList = []; this.getManufacturerList(); }, + headClose(){ + this.addInfoVisible = false; + this.getManufacturerList(); + }, onManufacturerSubmit() { this.manufacturerList = []; this.getManufacturerList();