From 8b3b36310ee2166d21bcf69f35914421e27fe5f0 Mon Sep 17 00:00:00 2001 From: yangys <y_ys79@sina.com> Date: 星期日, 14 一月 2024 17:16:50 +0800 Subject: [PATCH] 调整删除功能 --- src/container/deviceType/index.vue | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/container/deviceType/index.vue b/src/container/deviceType/index.vue index a4cf576..6879a4e 100644 --- a/src/container/deviceType/index.vue +++ b/src/container/deviceType/index.vue @@ -109,7 +109,7 @@ ids.push(row.id) - ids = ids.join(',') + //ids = ids.join(',') this.$confirm('纭畾瑕佹案涔呭垹闄ゆ椤�?', '鎻愮ず', { confirmButtonText: '纭畾', cancelButtonText: '鍙栨秷', @@ -121,7 +121,8 @@ type: 'success', message: '鍒犻櫎鎴愬姛锛�' }) - this.submitForm() + this.query (); + //this.submitForm() }) }).catch(() => { this.$message({ -- Gitblit v1.9.3