diff --git a/src/views/purchase/cert/supCertAudit.vue b/src/views/purchase/cert/supCertAudit.vue index e3e4fb4..be37a44 100644 --- a/src/views/purchase/cert/supCertAudit.vue +++ b/src/views/purchase/cert/supCertAudit.vue @@ -503,6 +503,8 @@ export default { limit: 20, }; this.getList(); + this.manufacturerList = []; + this.registrationList = []; this.productList = []; this.salesmanList = []; }, @@ -586,6 +588,7 @@ export default { limit: 10, }; this.manufacturerList = []; + this.registrationList = []; this.getManufacturerList(); }, close() { diff --git a/src/views/purchase/cert/supCertSearch.vue b/src/views/purchase/cert/supCertSearch.vue index 877c50b..c853118 100644 --- a/src/views/purchase/cert/supCertSearch.vue +++ b/src/views/purchase/cert/supCertSearch.vue @@ -391,6 +391,8 @@ export default { this.getList(); this.productList = []; this.salesmanList = []; + this.manufacturerList = []; + this.registrationList = []; }, hideSearch() { this.showSearch = !this.showSearch; @@ -469,6 +471,7 @@ export default { limit: 10, }; this.manufacturerList = []; + this.registrationList = []; this.getManufacturerList(); }, hideSearch1() { diff --git a/src/views/supplier/company/basicCompanyproductEdit.vue b/src/views/supplier/company/basicCompanyproductEdit.vue index b34a85f..0397e29 100644 --- a/src/views/supplier/company/basicCompanyproductEdit.vue +++ b/src/views/supplier/company/basicCompanyproductEdit.vue @@ -426,3 +426,4 @@ export default { +