guoyujie
2025-03-10 2565a175bf3a3c912e6675505d5a61ff5bd5e469
north-glass-erp/northglass-erp/src/stores/sd/order/orderInfo.js
@@ -11,7 +11,14 @@
        selectOrderListDate:ref(["",""]),
        reportFormDate:ref(["",""]),
        workOrderDate:ref(["",""]),
        searchOrderListFilter:ref([]),//订单首页筛选
        searchOrderListFilter:ref([]),//订单首页筛选]
        searchOrderFilter:{
           list:ref([]),
            data:{}
        }
    }),
    actions: {
@@ -34,6 +41,10 @@
            this.selectOrderListDate=["",""]
            this.reportFormDate=["",""]
            this.workOrderDate=["",""]
            this.searchOrderFilter={
                list:[],
                data:{}
            }
        }
    },
    persist: true