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

master
1178634255 2 years ago
parent be0e218e00
commit f1fdeee0b1

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

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

Loading…
Cancel
Save