资质审核证书显示错误 230526

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

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

Loading…
Cancel
Save