mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-15 15:28:41 +08:00
update
This commit is contained in:
@@ -401,7 +401,7 @@ export default {
|
|||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
this.getList();
|
this.getList();
|
||||||
this.getMerchantList();
|
|
||||||
this.getModelList();
|
this.getModelList();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
@@ -488,8 +488,9 @@ export default {
|
|||||||
/** 新增按钮操作 */
|
/** 新增按钮操作 */
|
||||||
handleAdd() {
|
handleAdd() {
|
||||||
this.reset();
|
this.reset();
|
||||||
this.open = true;
|
this.getMerchantList();
|
||||||
this.title = "批量添加设备";
|
this.title = "批量添加设备";
|
||||||
|
this.open = true;
|
||||||
},
|
},
|
||||||
/** 修改按钮操作 */
|
/** 修改按钮操作 */
|
||||||
handleUpdate(row) {
|
handleUpdate(row) {
|
||||||
|
|||||||
Reference in New Issue
Block a user