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/erpOutstock/outstock.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/webapp/views/erpOutstock/outstock.html b/src/main/webapp/views/erpOutstock/outstock.html
index 121923b..2db7487 100644
--- a/src/main/webapp/views/erpOutstock/outstock.html
+++ b/src/main/webapp/views/erpOutstock/outstock.html
@@ -170,10 +170,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