Merge branch 'hhl' of SH-Arbitrate/Mediation-Frontend into dev
This commit was merged in pull request #83.
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user