证书审核状态

演示数据
anthonywj 9 months ago
parent 68bb532f48
commit a7517e24a9

@ -1056,7 +1056,7 @@ export default {
this.filterQuery = { this.filterQuery = {
companyName: "", companyName: "",
creditNum: "", creditNum: "",
auditStatus: 21, auditStatus: "21",
page: 1, page: 1,
limit: 20, limit: 20,
}; };
@ -1142,7 +1142,7 @@ export default {
creditCode: "", creditCode: "",
placeArea: "", placeArea: "",
page: 1, page: 1,
auditStatus: 21, auditStatus: "21",
limit: 10, limit: 10,
}; };
this.manufacturerList = []; this.manufacturerList = [];
@ -1229,7 +1229,7 @@ export default {
recordProductName: "", recordProductName: "",
recordCode: "", recordCode: "",
recordPeopleName: "", recordPeopleName: "",
auditStatus: 21, auditStatus: "21",
page: 1, page: 1,
limit: 10 limit: 10
}; };

@ -756,7 +756,7 @@ export default {
companyName: "", companyName: "",
checkType: "", checkType: "",
creditNum: "", creditNum: "",
auditStatus: 22, auditStatus: "22",
page: 1, page: 1,
limit: 20, limit: 20,
}, },
@ -797,7 +797,7 @@ export default {
companyName: "", companyName: "",
creditCode: "", creditCode: "",
placeArea: "", placeArea: "",
auditStatus: 22, auditStatus: "22",
page: 1, page: 1,
limit: 10, limit: 10,
}, },
@ -894,7 +894,7 @@ export default {
this.filterQuery = { this.filterQuery = {
companyName: "", companyName: "",
creditNum: "", creditNum: "",
auditStatus: 22, auditStatus: "22",
page: 1, page: 1,
limit: 20, limit: 20,
}; };
@ -977,7 +977,7 @@ export default {
creditCode: "", creditCode: "",
placeArea: "", placeArea: "",
page: 1, page: 1,
auditStatus: 22, auditStatus: "22",
limit: 10, limit: 10,
}; };
this.manufacturerList = []; this.manufacturerList = [];
@ -1050,7 +1050,7 @@ export default {
recordProductName: "", recordProductName: "",
recordCode: "", recordCode: "",
recordPeopleName: "", recordPeopleName: "",
auditStatus: 22, auditStatus: "22",
page: 1, page: 1,
limit: 10 limit: 10
}; };

Loading…
Cancel
Save