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