From c88c4a251024412c5a0b2ba19d26620fdc7b6990 Mon Sep 17 00:00:00 2001
From: guoyuji <guoyujie@ng.com>
Date: 星期一, 22 七月 2024 09:07:22 +0800
Subject: [PATCH] 添加  重新登陆后日期变回默认值

---
 north-glass-erp/northglass-erp/src/stores/sd/order/orderInfo.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/north-glass-erp/northglass-erp/src/stores/sd/order/orderInfo.js b/north-glass-erp/northglass-erp/src/stores/sd/order/orderInfo.js
index 88cc5e5..48aee97 100644
--- a/north-glass-erp/northglass-erp/src/stores/sd/order/orderInfo.js
+++ b/north-glass-erp/northglass-erp/src/stores/sd/order/orderInfo.js
@@ -21,6 +21,9 @@
         clearOrderInfo(){
             this.orderId = null
             this.reviewList = []
+        },
+        clearSelectDate(){
+            this.selectDate=["",""]
         }
     },
     persist: true

--
Gitblit v1.8.0