From bff749cd2be2a63d12786a7f10d7630d57661267 Mon Sep 17 00:00:00 2001
From: luofl <1442745593@qq.com>
Date: 星期三, 16 四月 2025 14:59:28 +0800
Subject: [PATCH] 1

---
 cloud-server-management/src/main/webapp/WEB-INF/view/system/tHuiminCard/tHuiminCard_add.html |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tHuiminCard/tHuiminCard_add.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tHuiminCard/tHuiminCard_add.html
index 2a448d4..e1045b8 100644
--- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/tHuiminCard/tHuiminCard_add.html
+++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/tHuiminCard/tHuiminCard_add.html
@@ -986,6 +986,9 @@
                         if (this.periodOfValidity){
                             data.startTime = this.periodOfValidity[0];
                             data.endTime = this.periodOfValidity[1];
+                        }else {
+                            data.startTime = null;
+                            data.endTime = null;
                         }
 
                         if (this.unUseTimes){

--
Gitblit v1.7.1