|
@@ -139,7 +139,8 @@ export default {
|
|
|
this.data = result
|
|
|
// this.handleCancel(values)
|
|
|
this.BaseTool.ListForm.clearOneList(this)
|
|
|
- // this.BaseTool.ListForm.pushOneListAddMore(this, res.data)
|
|
|
+ this.fileList = []
|
|
|
+ this.BaseTool.ListForm.pushOneListAddMore(this, res.data)
|
|
|
}).catch(() => {
|
|
|
this.confirmLoading = false
|
|
|
})
|