物资厂家Bug修复
This commit is contained in:
parent
f9e373cf1f
commit
56a6ad55fc
|
|
@ -474,7 +474,7 @@
|
||||||
const supplierId = row.supplierId
|
const supplierId = row.supplierId
|
||||||
getFacturerDetail(supplierId).then((response) => {
|
getFacturerDetail(supplierId).then((response) => {
|
||||||
this.form = response.data;
|
this.form = response.data;
|
||||||
|
|
||||||
this.showHouse = true
|
this.showHouse = true
|
||||||
this.title = '修改'
|
this.title = '修改'
|
||||||
})
|
})
|
||||||
|
|
@ -507,8 +507,13 @@
|
||||||
this.delBusinessFileIdList=[];
|
this.delBusinessFileIdList=[];
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
|
if(this.businessLicenseListTemp.length!=0){
|
||||||
await this.getImaUpload(),
|
await this.getImaUpload(),
|
||||||
await this.addFacturerTemp(this.form);
|
await this.addFacturerTemp(this.form);
|
||||||
|
}else{
|
||||||
|
await this.addFacturerTemp(this.form);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue