Browse Source

site

master
han\hanst 5 days ago
parent
commit
9131b1c882
  1. 4
      src/views/modules/eam/eamProjectPartInfo.vue

4
src/views/modules/eam/eamProjectPartInfo.vue

@ -6127,6 +6127,7 @@ import {uploadFileList} from '@/api/base/baseFunction.js';
let remark = this.confirmData.remark;
const formData = new FormData();
//
if (this.fileList.length >0) {
for (let i = 0; i < this.fileList.length; i++) {
formData.append("file",this.fileList[i].raw)
}
@ -6152,6 +6153,9 @@ import {uploadFileList} from '@/api/base/baseFunction.js';
})
}
})
} else {
this.$message.success('操作成功');
}
},
closeFileUpdate() {
this.fileName = '';

Loading…
Cancel
Save