From 8d853627f319bc3a81fb3a4158cc86b808256cf1 Mon Sep 17 00:00:00 2001
From: chenlu <1320612696@qq.com>
Date: 星期四, 20 十一月 2025 17:05:41 +0800
Subject: [PATCH] 报工查询清除筛选缓存
---
north-glass-erp/northglass-erp/src/stores/sd/order/orderInfo.js | 14 ++++++++++++++
1 files changed, 14 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 243b28d..035097b 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
@@ -85,6 +85,20 @@
list:[],
data:{}
}
+ this.selectReportingWorksFilter={
+ list:ref([]),
+ data:{
+ order: {
+ project: '',
+ batch:''
+ },
+ orderGlassDetail: {
+ completedArea:'',
+ wornArea:''
+ }
+ }
+
+ }
this.selectProcessCardFilter={
list:[],
data:{
--
Gitblit v1.8.0