diff --git a/jsowell-ui/src/views/pile/basic/index.vue b/jsowell-ui/src/views/pile/basic/index.vue index ba3522a15..43a39648e 100644 --- a/jsowell-ui/src/views/pile/basic/index.vue +++ b/jsowell-ui/src/views/pile/basic/index.vue @@ -401,7 +401,7 @@ export default { }, created() { this.getList(); - this.getMerchantList(); + this.getModelList(); }, methods: { @@ -488,8 +488,9 @@ export default { /** 新增按钮操作 */ handleAdd() { this.reset(); - this.open = true; + this.getMerchantList(); this.title = "批量添加设备"; + this.open = true; }, /** 修改按钮操作 */ handleUpdate(row) {