update 电单车

This commit is contained in:
Guoqs
2024-09-21 13:55:48 +08:00
parent 11cb8b9513
commit e3f60c6738

View File

@@ -560,13 +560,13 @@ export default {
this.multiple = !selection.length; this.multiple = !selection.length;
}, },
/** 新增按钮操作 */ /** 新增按钮操作 */
handleAdd() { // handleAdd() {
this.reset(); // this.reset();
this.getMerchantList(); // this.getMerchantList();
this.title = "批量添加设备"; // this.title = "批量添加设备";
this.open = true; // this.open = true;
this.getModelList(); // this.getModelList();
}, // },
/** 修改按钮操作 */ /** 修改按钮操作 */
handleUpdate(row) { handleUpdate(row) {
this.reset(); this.reset();