From 8e4170267e8e5dc0c6b340b7ed119460324e2799 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周三, 21 5月 2025 13:32:33 +0800
Subject: [PATCH] 222

---
 PipeLineLems/pipelinelems_web/src/widgets/CallMaterialOrder/Views/Pages/CallMaterialOrder/CallMaterialOrder.tsx |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/PipeLineLems/pipelinelems_web/src/widgets/CallMaterialOrder/Views/Pages/CallMaterialOrder/CallMaterialOrder.tsx b/PipeLineLems/pipelinelems_web/src/widgets/CallMaterialOrder/Views/Pages/CallMaterialOrder/CallMaterialOrder.tsx
index 22b214b..19dfc6c 100644
--- a/PipeLineLems/pipelinelems_web/src/widgets/CallMaterialOrder/Views/Pages/CallMaterialOrder/CallMaterialOrder.tsx
+++ b/PipeLineLems/pipelinelems_web/src/widgets/CallMaterialOrder/Views/Pages/CallMaterialOrder/CallMaterialOrder.tsx
@@ -16,7 +16,7 @@
 } from '@/widgets/CallMaterialOrder/Models/Service/CallMaterialOrderDrawer' 
 // 寮曞叆鍏叡閫夐」閰嶇疆  
 import {   
-  FILTER_MODE_OPTIONS_STRING 
+  FILTER_MODE_OPTIONS_STRING_KEY 
 } from '@/components/DyFormForHighQuery/DyFormForHighQueryOptions';  
 // 寮曞叆鍏叡楂樼骇鏌ヨ宸ュ叿鏂囦欢  
 import { commonSaveCurHighQueryData,setValueForCurHighQueryData,commonGetHighQueryForm,initQueryForm,GetFilteredData } from '@/utils/myHighQueryUtils'; 
@@ -122,7 +122,7 @@
      }  
      // 鏂扮増鐨勬煡璇㈤噸缃�  
      const resetQuery = () => {  
-       initQueryForm(queryForm,_searchFormInputAttrs,FILTER_MODE_OPTIONS_STRING); 
+       initQueryForm(queryForm,_searchFormInputAttrs,FILTER_MODE_OPTIONS_STRING_KEY); 
        setValueForCurHighQueryData(_curHighQueryData,queryForm,_searchFormInputAttrs);  
      }  
       //鏂扮増鐨勫鍑烘柟娉�  
@@ -321,7 +321,7 @@
                                 placeholder="璇烽�夋嫨" 
                                 class={styles.formItem} 
                               > 
-                                {FILTER_MODE_OPTIONS_STRING.map((option) => ( 
+                                {FILTER_MODE_OPTIONS_STRING_KEY.map((option) => ( 
                                   <ElOption 
                                     key={option.value} 
                                     label={option.label} 

--
Gitblit v1.9.3