NEZ-1489 fix: 修复type类型切换后数据未同步

This commit is contained in:
@changcode
2022-01-10 17:13:37 +08:00
parent fd65c6c8a8
commit a869739fbd

View File

@@ -372,6 +372,9 @@ export default {
this.transfer.pageObj = JSON.parse(JSON.stringify(page))
this.getTableData()
},
assetBatch () {
this.getTableData()
},
esc (refresh) {
this.$emit('close', refresh)
},