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 @@