Browse Source

文件不是必选

ecss-tx
han\hanst 2 months ago
parent
commit
5455a5c512
  1. 2
      src/views/modules/eam/eamProjectInfoForConfirm.vue

2
src/views/modules/eam/eamProjectInfoForConfirm.vue

@ -2043,6 +2043,7 @@ export default {
} }
}) })
let remark = this.confirmData.remark; let remark = this.confirmData.remark;
if (this.fileList.length > 0) {
const formData = new FormData(); const formData = new FormData();
// //
for (let i = 0; i < this.fileList.length; i++) { for (let i = 0; i < this.fileList.length; i++) {
@ -2070,6 +2071,7 @@ export default {
}) })
} }
}) })
}
}, },
closeFileUpdate() { closeFileUpdate() {

Loading…
Cancel
Save