From 83938bc0820c22662369fa5f6eb7e32b42688d30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=98=8E=E6=A2=81?= <2429105222@qq.com> Date: Fri, 6 Jan 2023 16:58:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=85=8D=E9=80=81=E4=BC=81?= =?UTF-8?q?=E4=B8=9A=E8=B5=84=E8=B4=A8=E5=8A=9F=E8=83=BD=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/purchase/supCertAddDialog.vue | 6 ++++-- src/views/purchase/supCertSearch.vue | 1 - src/views/purchase/supCompanyAduditDialog.vue | 2 ++ src/views/purchase/supCompanyEditDialog.vue | 3 +++ 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/views/purchase/supCertAddDialog.vue b/src/views/purchase/supCertAddDialog.vue index 980cbbc..a234d72 100644 --- a/src/views/purchase/supCertAddDialog.vue +++ b/src/views/purchase/supCertAddDialog.vue @@ -375,9 +375,11 @@ export default { ADMIN_ID: store.getters.adminId, ADMIN_TOKEN: store.getters.token, }; - if (this.inputQuery.formData == null) { + if (this.inputQuery.formData == null ) { this.formData = {} - } else{ + }else if(this.inputQuery.formData != null && this.inputQuery.formData.addType==1){ + this.formData = {} + }else{ this.formData = this.inputQuery.formData; console.log(this.inputQuery.formData); } diff --git a/src/views/purchase/supCertSearch.vue b/src/views/purchase/supCertSearch.vue index 568174f..0028fb5 100644 --- a/src/views/purchase/supCertSearch.vue +++ b/src/views/purchase/supCertSearch.vue @@ -671,7 +671,6 @@ export default { type:1 }; filterCompanyCertIdList(supCertQuery).then((req) => { - debugger if(req.code===20000){ let printParams = { templateId: res.data, diff --git a/src/views/purchase/supCompanyAduditDialog.vue b/src/views/purchase/supCompanyAduditDialog.vue index d4ba924..5ed7ee2 100644 --- a/src/views/purchase/supCompanyAduditDialog.vue +++ b/src/views/purchase/supCompanyAduditDialog.vue @@ -28,6 +28,7 @@