Merge branch 'hhl' of SH-Arbitrate/Mediation-Frontend into dev

This commit was merged in pull request #83.
This commit is contained in:
2024-03-18 14:37:36 +08:00
committed by Gitea
2 changed files with 2 additions and 2 deletions
@@ -130,7 +130,7 @@ export default {
handleRemove(file, fileList) { handleRemove(file, fileList) {
(this.submitForm.payOrderList = []), (this.submitForm.payOrderList = []),
fileList.forEach((item) => { fileList.forEach((item) => {
this.submitForm.payOrderList.push({ annexId:item.response.data.annexId,annexName:item.response.data.annexName }); this.submitForm.payOrderList.push({ annexId:item.response.annexId,annexName:item.response.annexName });
}); });
}, },
handlePreview(file) { handlePreview(file) {
@@ -130,7 +130,7 @@
handleRemove(file, fileList) { handleRemove(file, fileList) {
(this.submitForm.payOrderList = []), (this.submitForm.payOrderList = []),
fileList.forEach((item) => { fileList.forEach((item) => {
this.submitForm.payOrderList.push({ annexId:item.response.data.annexId,annexName:item.response.data.annexName }); this.submitForm.payOrderList.push({ annexId:item.response.annexId,annexName:item.response.annexName });
}); });
}, },
handlePreview(file) { handlePreview(file) {