From 64b798c2dc0bf60f9973d0a4b1ea7281df61e4ce Mon Sep 17 00:00:00 2001 From: gaosp <gaosp> Date: 星期一, 15 一月 2024 20:47:47 +0800 Subject: [PATCH] Merge branch 'master' of http://www.beijingsoft.cn:9090/r/mdc-front --- 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 2f804fe..73332a7 100644 --- a/src/container/deviceType/index.vue +++ b/src/container/deviceType/index.vue @@ -107,7 +107,7 @@ ids.push(row.id) - ids = ids.join(',') + //ids = ids.join(',') this.$confirm('纭畾瑕佹案涔呭垹闄ゆ椤�?', '鎻愮ず', { confirmButtonText: '纭畾', cancelButtonText: '鍙栨秷', @@ -119,7 +119,8 @@ type: 'success', message: '鍒犻櫎鎴愬姛锛�' }) - this.submitForm() + this.query (); + //this.submitForm() }) }).catch(() => { this.$message({ -- Gitblit v1.9.3