From 574ccc203cb44a3ff79c467e1813f685d7ba7174 Mon Sep 17 00:00:00 2001 From: "autumn.g@foxmail.com" Date: Fri, 1 Dec 2023 16:12:20 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=B7=BB=E5=8A=A0=E9=89=B4=E6=9D=83?= =?UTF-8?q?=E5=8D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jsowell-ui/src/views/pile/card/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jsowell-ui/src/views/pile/card/index.vue b/jsowell-ui/src/views/pile/card/index.vue index a6e58d28f..186b96aa0 100644 --- a/jsowell-ui/src/views/pile/card/index.vue +++ b/jsowell-ui/src/views/pile/card/index.vue @@ -304,9 +304,9 @@ export default { }, /** 新增按钮操作 */ handleAdd() { - // this.reset(); + this.reset(); this.open = true; - this.title = "添加充电站鉴权卡11"; + this.title = "添加充电站鉴权卡"; this.isDisabled = false; }, /** 修改按钮操作 */