From 496f78c085e7f8c5ba261835f9b8bda99c25b4cb Mon Sep 17 00:00:00 2001 From: schangxiang@126.com <schangxiang@126.com> Date: 周三, 21 5月 2025 13:29:12 +0800 Subject: [PATCH] 增加 字符串类查询(关键字查询专用) --- 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