This commit is contained in:
2023-03-09 09:59:44 +08:00
parent a0831d9ee8
commit bf0afa58cd

View File

@@ -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) {