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;