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

master
1178634255 2 years ago
parent 17b1300170
commit 10fd9f6803

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

@ -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: "",

Loading…
Cancel
Save