企业资质审核代码更新备份

master
1178634255 2 years ago
parent be0e218e00
commit f1fdeee0b1

@ -2,6 +2,7 @@ import axios from "@/utils/request";
export function getCompanyList(query) {
return axios({
// url: "/sup/manufacturer/getCompanyList",
url: "/sup/manufacturer/getCompanyList",
method: "get",
params: query

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

Loading…
Cancel
Save