From 3d9cf1da6760cb7d6c6eb349c24e23008b1293aa Mon Sep 17 00:00:00 2001 From: Lemon Date: Tue, 27 Jun 2023 11:22:48 +0800 Subject: [PATCH] =?UTF-8?q?update=20=20=E5=90=8E=E7=AE=A1=E8=AE=A1?= =?UTF-8?q?=E8=B4=B9=E6=A8=A1=E6=9D=BF=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jsowell-ui/src/views/pile/station/components/billing.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jsowell-ui/src/views/pile/station/components/billing.vue b/jsowell-ui/src/views/pile/station/components/billing.vue index 4ef86fcd4..35b780bf6 100644 --- a/jsowell-ui/src/views/pile/station/components/billing.vue +++ b/jsowell-ui/src/views/pile/station/components/billing.vue @@ -94,7 +94,7 @@ v-model="scope.row.status" active-value="1" inactive-value="0" - @change="changeStatus(scope.row)" + disabled="disabled" > @@ -293,6 +293,7 @@ export default { publishBillingTemplate(data).then(() => { this.$message.success("发布计费模板成功"); this.publishTemplateId = ""; + this.getStationBillingTemplateList(); }); }, changeStatus(info) {