@@ -520,6 +520,9 @@ export default {
})
},
formDialogClose () {
+ if (this.diaType === 0) {
+ this.onLoad()
+ }
this.diaType = -1
exportExcel (res) {