领料编辑保存问题

This commit is contained in:
bb_pan 2025-08-26 17:39:41 +08:00
parent ec96e712b6
commit ddb12fab13
1 changed files with 3 additions and 0 deletions

View File

@ -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,