'上传多个缴费凭证后,删除一个提交接口报错修复'
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