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;