NEZ-1489 fix: 修复type类型切换后数据未同步
This commit is contained in:
@@ -372,6 +372,9 @@ export default {
|
|||||||
this.transfer.pageObj = JSON.parse(JSON.stringify(page))
|
this.transfer.pageObj = JSON.parse(JSON.stringify(page))
|
||||||
this.getTableData()
|
this.getTableData()
|
||||||
},
|
},
|
||||||
|
assetBatch () {
|
||||||
|
this.getTableData()
|
||||||
|
},
|
||||||
esc (refresh) {
|
esc (refresh) {
|
||||||
this.$emit('close', refresh)
|
this.$emit('close', refresh)
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user