修改bug

zhairh
wangwei 3 years ago
parent e74da945e9
commit 7237cb3d3f

@ -605,7 +605,7 @@ export default {
getCompanyCertList() {
this.certLoading = true;
this.certQuery.customerId = this.inputQuery.customerId;
this.certQuery.customerId = this.customerId;
filterCompanyCert(this.certQuery)
.then((response) => {
this.certLoading = false;

Loading…
Cancel
Save