From 143172469e27a1c4a2872171c78d4bc08aa97edc Mon Sep 17 00:00:00 2001 From: "autumn.g@foxmail.com" Date: Thu, 9 Mar 2023 14:28:45 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=89=93=E5=BC=80=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E6=88=96=E4=BF=AE=E6=94=B9=E5=AF=B9=E8=AF=9D=E6=A1=86=E6=89=8D?= =?UTF-8?q?=E8=BF=9B=E8=A1=8C=E6=9F=A5=E8=AF=A2=E8=BF=90=E8=90=A5=E5=95=86?= =?UTF-8?q?=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jsowell-ui/src/views/pile/station/index.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/jsowell-ui/src/views/pile/station/index.vue b/jsowell-ui/src/views/pile/station/index.vue index 3b58ef6f7..9eb8c7e30 100644 --- a/jsowell-ui/src/views/pile/station/index.vue +++ b/jsowell-ui/src/views/pile/station/index.vue @@ -325,7 +325,7 @@ export default { }, created() { this.getList(); - this.getMerchantList(); + // this.getMerchantList(); }, methods: { getMerchantList() { @@ -456,12 +456,14 @@ export default { /** 新增按钮操作 */ handleAdd() { this.reset(); - this.open = true; + this.getMerchantList(); this.title = "添加充电站信息"; + this.open = true; }, /** 修改按钮操作 */ handleUpdate(row) { this.reset(); + this.getMerchantList(); const id = row.id || this.ids; getStation(id).then((response) => { this.form = response.data;