From 44d988ced51e46e1a6526b328bae580e5679c305 Mon Sep 17 00:00:00 2001
From: zhou zhou <3272660260@qq.com>
Date: 星期二, 11 十一月 2025 14:46:10 +0800
Subject: [PATCH] #

---
 src/main/webapp/views/erpPoinstock/poinstock.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/webapp/views/erpPoinstock/poinstock.html b/src/main/webapp/views/erpPoinstock/poinstock.html
index 7d35071..150d080 100644
--- a/src/main/webapp/views/erpPoinstock/poinstock.html
+++ b/src/main/webapp/views/erpPoinstock/poinstock.html
@@ -229,10 +229,10 @@
             const pageSize = ref(100)
             const pageTotal = ref(0)
             const tableSearchParam = ref({
-                dateStart:null,
-                dateEnd: null,
-                // dateStart:new Date(),
-                // dateEnd: new Date(),
+                // dateStart:null,
+                // dateEnd: null,
+                dateStart:new Date(),
+                dateEnd: new Date(),
                 fbillno: null,
                 fsupplyid:null,
                 bizTypeName:null,

--
Gitblit v1.9.1