From be21098f356f8f91340fcbd16b244e238cd51ed9 Mon Sep 17 00:00:00 2001 From: jjLv <1981429112@qq.com> Date: Wed, 21 Aug 2024 18:07:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=87=AA=E6=B5=8B=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/base/bracelet/index.vue | 33 ++++++++++++++++++------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/src/views/base/bracelet/index.vue b/src/views/base/bracelet/index.vue index 3bc8a12..a1e430c 100644 --- a/src/views/base/bracelet/index.vue +++ b/src/views/base/bracelet/index.vue @@ -2,7 +2,7 @@
- + - - - - + - + { if (valid) { addSh(this.queryshCode).then(response => { @@ -1864,6 +1866,8 @@ //打开手环页面 openShbox(row){ + // this.resetAdd(); + this.queryshCode.pageNum = 1; this.shboxIdOne = null; this.title = "新增手环" this.showsh = true; @@ -1886,6 +1890,7 @@ //打开编辑页面 openShEdit(row){ + this.resetEdit(); this.shId = row.shId; this.title = "修改手环" this.showShEdit = true;