From 98f4bb262652eafd0c60811883342993d7d2cb50 Mon Sep 17 00:00:00 2001 From: caiyuchao Date: Thu, 3 Jul 2025 18:46:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A4=84=E7=90=86=E6=97=B6=E9=97=B4war?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/license/license/modules/form.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/web-antd/src/views/license/license/modules/form.vue b/apps/web-antd/src/views/license/license/modules/form.vue index 8d6df5b..03d1109 100644 --- a/apps/web-antd/src/views/license/license/modules/form.vue +++ b/apps/web-antd/src/views/license/license/modules/form.vue @@ -102,6 +102,10 @@ const [Modal, modalApi] = useVbenModal({ modalApi.unlock(); } } + // 处理数据 + data.expirationTime = data.expirationTime + ? data.expirationTime.toString() + : ''; // 设置到 values formData.value = data; state.checkedList = data.neSwitch || [];