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();