物资厂家Bug修复

This commit is contained in:
jjLv 2024-10-29 14:31:13 +08:00
parent f9e373cf1f
commit 56a6ad55fc
1 changed files with 6 additions and 1 deletions

View File

@ -474,7 +474,7 @@
const supplierId = row.supplierId
getFacturerDetail(supplierId).then((response) => {
this.form = response.data;
this.showHouse = true
this.title = '修改'
})
@ -507,8 +507,13 @@
this.delBusinessFileIdList=[];
});
} else {
if(this.businessLicenseListTemp.length!=0){
await this.getImaUpload(),
await this.addFacturerTemp(this.form);
}else{
await this.addFacturerTemp(this.form);
}
}
}
});