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