From a869739fbd694bca92e3e53f88c5f86446c7a5c0 Mon Sep 17 00:00:00 2001 From: "@changcode" Date: Mon, 10 Jan 2022 17:13:37 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-1489=20fix:=20=E4=BF=AE=E5=A4=8Dtype?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=E5=88=87=E6=8D=A2=E5=90=8E=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E6=9C=AA=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/common/rightBox/asset/assetBatchEditBox.vue | 3 +++ 1 file changed, 3 insertions(+) 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) },