From bf0afa58cdcbf62b5eb0c623446801aeff5a02b1 Mon Sep 17 00:00:00 2001 From: "autumn.g@foxmail.com" Date: Thu, 9 Mar 2023 09:59:44 +0800 Subject: [PATCH] update --- jsowell-ui/src/views/pile/basic/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) {