diff --git a/src/api/purchase/suppliersRegistrationBasic.js b/src/api/purchase/suppliersRegistrationBasic.js index ae0f4f4..213c197 100644 --- a/src/api/purchase/suppliersRegistrationBasic.js +++ b/src/api/purchase/suppliersRegistrationBasic.js @@ -2,8 +2,8 @@ import axios from "@/utils/request"; export function getRegistrationList(query) { return axios({ - url: "/sup/manufacturer/getCompanyList", - // url: "/sup/product/getRegistrationList", + // url: "/sup/manufacturer/getCompanyList", + url: "/sup/product/getRegistrationList", method: "get", params: query }); diff --git a/src/views/purchase/cert/supCertAudit.vue b/src/views/purchase/cert/supCertAudit.vue index 03c9379..638ef3a 100644 --- a/src/views/purchase/cert/supCertAudit.vue +++ b/src/views/purchase/cert/supCertAudit.vue @@ -599,13 +599,28 @@ export default { this.onManufacturerReset(); }, + // /**-------------------------生产企业资质--------------------------*/ + // onManufacturerReset() { + // let companyIdFk = this.filterManufacturerQuery.customerId; + // let customerId = this.filterManufacturerQuery.customerId; + // this.filterManufacturerQuery = { + // customerId: customerId, + // companyIdFk:companyIdFk, + // companyName: "", + // creditCode: "", + // placeArea: "", + // page: 1, + // auditStatus: "21", + // limit: 10, + // }; + // this.manufacturerList = []; + // this.getManufacturerList(); + // }, /**-------------------------生产企业资质--------------------------*/ onManufacturerReset() { - let companyIdFk = this.filterManufacturerQuery.customerId; let customerId = this.filterManufacturerQuery.customerId; this.filterManufacturerQuery = { customerId: customerId, - companyIdFk:companyIdFk, companyName: "", creditCode: "", placeArea: "",