From c1a0709c92e9076d62367ca866332f7baa068678 Mon Sep 17 00:00:00 2001 From: hyingbo <1363390067@qq.com> Date: 星期一, 04 八月 2025 11:33:52 +0800 Subject: [PATCH] 我的已办配置部分枚举类查询详情 --- src/components/jeecg/LxSwitch.vue | 6 +----- 1 files changed, 1 insertions(+), 5 deletions(-) diff --git a/src/components/jeecg/LxSwitch.vue b/src/components/jeecg/LxSwitch.vue index 7aa4fe4..572645b 100644 --- a/src/components/jeecg/LxSwitch.vue +++ b/src/components/jeecg/LxSwitch.vue @@ -51,11 +51,7 @@ } }, data() { - let dateStr = this.value - return { - decorator: '', - momVal: !dateStr ? null : moment(dateStr, this.dateFormat) - } + return {} }, methods: { handleChange(checked) { -- Gitblit v1.9.3