From 2948a77a2d1c84336cf78834acc9f03645a5b879 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 18 四月 2025 10:33:27 +0800
Subject: [PATCH] 2025-04-18

---
 src/views/transystem/index.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/transystem/index.jsx b/src/views/transystem/index.jsx
index dd1cbde..eacc7c8 100644
--- a/src/views/transystem/index.jsx
+++ b/src/views/transystem/index.jsx
@@ -126,8 +126,8 @@
         } else if (item.Type === 'date') {
           cell.type = 'date'
           cell.precision = 'day'
-          if (item.InitVal === '30dd') {
-            cell.initval = 30
+          if (item.InitVal === '30dd' || item.BeginDate === 'getLastMonth()') {
+            cell.initval = '30'
           }
         }
 

--
Gitblit v1.8.0