From f5c206358932991d6d6f125185078a46ae842617 Mon Sep 17 00:00:00 2001 From: gaosp <gaosp> Date: 星期二, 16 一月 2024 22:14:46 +0800 Subject: [PATCH] update --- src/container/deviceType/index.vue | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/container/deviceType/index.vue b/src/container/deviceType/index.vue index a4cf576..73332a7 100644 --- a/src/container/deviceType/index.vue +++ b/src/container/deviceType/index.vue @@ -1,7 +1,7 @@ <!-- * @Date: 2024-01-06 17:40:19 * @LastEditors: Sneed - * @LastEditTime: 2024-01-13 11:35:29 + * @LastEditTime: 2024-01-14 14:12:18 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/deviceType/index.vue --> <template> @@ -14,8 +14,6 @@ <el-input class="item-value" v-model="queryInfo.name"></el-input> </div> - - <div class="item"> <el-button type="primary" size="small" @click="query">鏌ヨ</el-button> </div> @@ -109,7 +107,7 @@ ids.push(row.id) - ids = ids.join(',') + //ids = ids.join(',') this.$confirm('纭畾瑕佹案涔呭垹闄ゆ椤�?', '鎻愮ず', { confirmButtonText: '纭畾', cancelButtonText: '鍙栨秷', @@ -121,7 +119,8 @@ type: 'success', message: '鍒犻櫎鎴愬姛锛�' }) - this.submitForm() + this.query (); + //this.submitForm() }) }).catch(() => { this.$message({ -- Gitblit v1.9.3