diff --git a/nezha-fronted/src/components/common/rightBox/asset/assetBatchEditBox.vue b/nezha-fronted/src/components/common/rightBox/asset/assetBatchEditBox.vue index 7a518ddbb..5311db615 100644 --- a/nezha-fronted/src/components/common/rightBox/asset/assetBatchEditBox.vue +++ b/nezha-fronted/src/components/common/rightBox/asset/assetBatchEditBox.vue @@ -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) },