From 5a149d626ae8bc3fa4bddbb53f8caf40f51f6da6 Mon Sep 17 00:00:00 2001
From: zs <zhousong@weben-smart.com>
Date: 周三, 04 6月 2025 17:42:13 +0800
Subject: [PATCH] Merge branch 'master' of http://222.71.245.114:9086/r/HIA24016N_PipeLineDemo

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

diff --git a/PipeLineLems/pipelinelems_web/src/widgets/WorkPlan/Views/Pages/WorkPlan/WorkPlan.tsx b/PipeLineLems/pipelinelems_web/src/widgets/WorkPlan/Views/Pages/WorkPlan/WorkPlan.tsx
index 5c9b177..c371b80 100644
--- a/PipeLineLems/pipelinelems_web/src/widgets/WorkPlan/Views/Pages/WorkPlan/WorkPlan.tsx
+++ b/PipeLineLems/pipelinelems_web/src/widgets/WorkPlan/Views/Pages/WorkPlan/WorkPlan.tsx
@@ -25,7 +25,7 @@
 import { injectModel } from '@/libs/Provider/Provider' 
 // 寮曞叆鍏叡閫夐」閰嶇疆  
 import {   
-  FILTER_MODE_OPTIONS_STRING 
+  FILTER_MODE_OPTIONS_STRING_KEY 
 } from '@/components/DyFormForHighQuery/DyFormForHighQueryOptions';  
 // 寮曞叆鍏叡楂樼骇鏌ヨ宸ュ叿鏂囦欢   
 import { commonSaveCurHighQueryData,setValueForCurHighQueryData,commonGetHighQueryForm,initQueryForm,GetFilteredData } from '@/utils/myHighQueryUtils';  
@@ -130,7 +130,7 @@
     }  
     // 鏂扮増鐨勬煡璇㈤噸缃�  
     const resetQuery = () => {  
-      initQueryForm(queryForm,_searchFormInputAttrs,FILTER_MODE_OPTIONS_STRING); 
+      initQueryForm(queryForm,_searchFormInputAttrs,FILTER_MODE_OPTIONS_STRING_KEY); 
       setValueForCurHighQueryData(_curHighQueryData,queryForm,_searchFormInputAttrs);  
     }  
      //鏂扮増鐨勫鍑烘柟娉�  
@@ -338,7 +338,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