From c20ab69565b03fc1bd46b12bd75d98e9dde489e6 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Fri, 21 Oct 2022 10:33:26 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BF=AE=E6=94=B9=E6=89=B9?= =?UTF-8?q?=E9=87=8F=E5=88=A0=E9=99=A4=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/common/deleteButton.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/nezha-fronted/src/components/common/deleteButton.vue b/nezha-fronted/src/components/common/deleteButton.vue index 7627a7558..ee3e1d9da 100644 --- a/nezha-fronted/src/components/common/deleteButton.vue +++ b/nezha-fronted/src/components/common/deleteButton.vue @@ -206,6 +206,7 @@ export default { }) return item }) + this.idStr = this.deleteData.map(item => item.id) } else if (res.code === 200) { this.idShow = false this.prepare = false