资质审核

master
schry 2 years ago
parent d7c5886e0b
commit bcb2430b9d

@ -3,8 +3,8 @@ import request from "@/utils/request";
export function filterCompanyCert(param) {
return request({
url: "/reg/company/cert/filterList",
// url: "/sup/company/cert/filterZcList",
//url: "/reg/company/cert/filterList",
url: "/reg/company/cert/filterZcList",
method: "get",
params :param
});

@ -39,7 +39,6 @@
</div>
</el-col>
<el-col :span="8">
<el-form-item prop="vailDate"></el-form-item>
<el-form-item prop="validDate">
<el-date-picker
v-model="formData.validDate"

@ -646,8 +646,8 @@ export default {
},
getCompanyCertList() {
this.certLoading = true;
this.certQuery.customerId = this.inputQuery.customerId;
this.certQuery.type = 1;
//this.certQuery.customerId = this.inputQuery.customerId;
//this.certQuery.type = 1;
// this.certQuery.auditStatus = 25;
this.certQuery.businessId=this.inputQuery.id;
filterCompanyCert(this.certQuery)

Loading…
Cancel
Save