mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
update 电单车
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user