资质审核证书显示错误 230526

dev
薛宇 2 years ago
parent 636204db8b
commit 5af72b0b06

@ -357,6 +357,7 @@ export default {
certFileUrl: "",
url: 'http://127.0.0.1:9996/udiwms/image/register/file/getImage?type=image1&name=t11111.jpg',
certQuery: {
customerId: "",
page: 1,
limit: 20,
type: 1
@ -599,7 +600,10 @@ export default {
getCompanyCertList() {
this.certLoading = true;
this.certQuery.customerId = this.inputQuery.customerId;
let certRuery = {
}
this.certQuery.customerId = this.inputEdit.customerId;
console.log(this.customerId)
filterCompanyCert(this.certQuery)
.then((response) => {

Loading…
Cancel
Save