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; }, /** 修改按钮操作 */