|
@@ -243,6 +243,7 @@ export default {
|
|
|
this.updateFlag = false
|
|
|
this.$refs.areaList.clearData()
|
|
|
this.$refs.subarea.clearData()
|
|
|
+ this.$refs.table.refresh(true)
|
|
|
},
|
|
|
// 导出
|
|
|
handleExport () {
|
|
@@ -276,10 +277,9 @@ export default {
|
|
|
isShow (newValue, oldValue) {
|
|
|
if (!newValue) {
|
|
|
this.$emit('close')
|
|
|
- this.resetSearchForm()
|
|
|
} else {
|
|
|
this.$nextTick(() => {
|
|
|
- this.$refs.table.refresh(true)
|
|
|
+ this.resetSearchForm()
|
|
|
})
|
|
|
}
|
|
|
}
|