领料编辑保存问题
This commit is contained in:
parent
ec96e712b6
commit
ddb12fab13
|
|
@ -923,6 +923,9 @@ export default {
|
||||||
this.maForm.leaseUnitId = this.maForm.unitId;
|
this.maForm.leaseUnitId = this.maForm.unitId;
|
||||||
this.maForm.leaseProjectId = this.maForm.projectId;
|
this.maForm.leaseProjectId = this.maForm.projectId;
|
||||||
console.log("编辑",this.maForm.bmFileInfos);
|
console.log("编辑",this.maForm.bmFileInfos);
|
||||||
|
if (this.maForm.leaseSignUrl) {
|
||||||
|
delete this.maForm.leaseSignUrl
|
||||||
|
}
|
||||||
this.loading = true;
|
this.loading = true;
|
||||||
updateApplyInfo({
|
updateApplyInfo({
|
||||||
leaseApplyDetailsList: this.equipmentList,
|
leaseApplyDetailsList: this.equipmentList,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue