资质审核

master
schry 2 years ago
parent d7c5886e0b
commit bcb2430b9d

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

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

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

Loading…
Cancel
Save