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/CallMaterialOrderRecord/Views/Pages/CallMaterialOrderRecord/CallMaterialOrderRecord.tsx | 8 ++++---- PipeLineLems/pipelinelems_web/src/widgets/CallMaterialOrder/Views/Pages/CallMaterialOrder/CallMaterialOrder.tsx | 6 +++--- 2 files changed, 7 insertions(+), 7 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} diff --git a/PipeLineLems/pipelinelems_web/src/widgets/CallMaterialOrderRecord/Views/Pages/CallMaterialOrderRecord/CallMaterialOrderRecord.tsx b/PipeLineLems/pipelinelems_web/src/widgets/CallMaterialOrderRecord/Views/Pages/CallMaterialOrderRecord/CallMaterialOrderRecord.tsx index 0957ae4..42e4ad1 100644 --- a/PipeLineLems/pipelinelems_web/src/widgets/CallMaterialOrderRecord/Views/Pages/CallMaterialOrderRecord/CallMaterialOrderRecord.tsx +++ b/PipeLineLems/pipelinelems_web/src/widgets/CallMaterialOrderRecord/Views/Pages/CallMaterialOrderRecord/CallMaterialOrderRecord.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'; interface RenderTableType { @@ -108,7 +108,7 @@ // 缁勪欢鎸傝浇鏃惰幏鍙栨灇涓炬暟鎹� onMounted(() => { fetchEnumData() - queryForm.value.searchVal_FilterMode = FILTER_MODE_OPTIONS_STRING[0]?.value || ''; + queryForm.value.searchVal_FilterMode = FILTER_MODE_OPTIONS_STRING_KEY[0]?.value || ''; _curHighQueryData.value.searchVal_FilterMode = queryForm.value.searchVal_FilterMode; _curHighQueryData.value.str_searchFormInputAttrs = _searchFormInputAttrs.value; }) @@ -129,7 +129,7 @@ // 鏂扮増鐨勬煡璇㈤噸缃� const resetQuery = () => { queryForm.value.searchVal = '' - queryForm.value.searchVal_FilterMode = FILTER_MODE_OPTIONS_STRING[0]?.value || ''; + queryForm.value.searchVal_FilterMode = FILTER_MODE_OPTIONS_STRING_KEY[0]?.value || ''; queryForm.value.str_searchFormInputAttrs=_searchFormInputAttrs.value; } //鏂扮増鐨勫鍑烘柟娉� @@ -337,7 +337,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