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