|
|
|
@ -573,7 +573,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
supCompanyClick(row) {
|
|
|
|
|
this.filterManufacturerQuery.customerId = row.customerId;
|
|
|
|
|
this.filterManufacturerQuery.customerId = row.id;
|
|
|
|
|
this.registrationList = [];
|
|
|
|
|
this.onManufacturerReset();
|
|
|
|
|
},
|
|
|
|
@ -588,7 +588,7 @@ export default {
|
|
|
|
|
creditCode: "",
|
|
|
|
|
placeArea: "",
|
|
|
|
|
page: 1,
|
|
|
|
|
auditStatus: "21",
|
|
|
|
|
// auditStatus: "21",
|
|
|
|
|
limit: 10,
|
|
|
|
|
};
|
|
|
|
|
this.manufacturerList = [];
|
|
|
|
@ -612,7 +612,8 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
getManufacturerList() {
|
|
|
|
|
this.manufacturerLoading = true;
|
|
|
|
|
this.filterManufacturerQuery.productStatus = 1;
|
|
|
|
|
// this.filterManufacturerQuery.productStatus = 1;
|
|
|
|
|
this.filterManufacturerQuery.companyId=this.list.id
|
|
|
|
|
getCompanyList(this.filterManufacturerQuery)
|
|
|
|
|
.then((response) => {
|
|
|
|
|
this.manufacturerLoading = false;
|
|
|
|
|