From e3f60c6738e9b202feb3ba31d5af9f1d1ca48830 Mon Sep 17 00:00:00 2001 From: Guoqs <123@jsowell.com> Date: Sat, 21 Sep 2024 13:55:48 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E7=94=B5=E5=8D=95=E8=BD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jsowell-ui/src/views/pile/basic/index.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/jsowell-ui/src/views/pile/basic/index.vue b/jsowell-ui/src/views/pile/basic/index.vue index 28c23ac2a..8e9ea6047 100644 --- a/jsowell-ui/src/views/pile/basic/index.vue +++ b/jsowell-ui/src/views/pile/basic/index.vue @@ -560,13 +560,13 @@ export default { this.multiple = !selection.length; }, /** 新增按钮操作 */ - handleAdd() { - this.reset(); - this.getMerchantList(); - this.title = "批量添加设备"; - this.open = true; - this.getModelList(); - }, + // handleAdd() { + // this.reset(); + // this.getMerchantList(); + // this.title = "批量添加设备"; + // this.open = true; + // this.getModelList(); + // }, /** 修改按钮操作 */ handleUpdate(row) { this.reset();