From 7e29a3e8362694e4e67ebf40361a0f441f1d10e7 Mon Sep 17 00:00:00 2001 From: jiangweidong Date: Thu, 19 Oct 2023 16:36:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=96=B0=E5=88=9B=E5=BB=BA=E7=9A=84?= =?UTF-8?q?=E4=BA=91=E5=90=8C=E6=AD=A5=E4=BB=BB=E5=8A=A1=E7=AD=96=E7=95=A5?= =?UTF-8?q?=E4=B8=BA=E7=A9=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/SyncInstanceTaskStrategy/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/assets/Cloud/SyncInstanceTask/components/SyncInstanceTaskStrategy/index.vue b/src/views/assets/Cloud/SyncInstanceTask/components/SyncInstanceTaskStrategy/index.vue index b74855ece..f9e3831b5 100644 --- a/src/views/assets/Cloud/SyncInstanceTask/components/SyncInstanceTaskStrategy/index.vue +++ b/src/views/assets/Cloud/SyncInstanceTask/components/SyncInstanceTaskStrategy/index.vue @@ -101,6 +101,7 @@ export default { if (status) { data['id'] = value this.tableConfig.totalData.push(data) + this.$emit('change', this.tableConfig.totalData) } }, handleCreate() {