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 --- HIAWms/hiawms_web/src/widgets/WmsContainer/Views/Pages/WmsContainer/WmsContainer.tsx | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/HIAWms/hiawms_web/src/widgets/WmsContainer/Views/Pages/WmsContainer/WmsContainer.tsx b/HIAWms/hiawms_web/src/widgets/WmsContainer/Views/Pages/WmsContainer/WmsContainer.tsx index 4abdbe0..165b6b1 100644 --- a/HIAWms/hiawms_web/src/widgets/WmsContainer/Views/Pages/WmsContainer/WmsContainer.tsx +++ b/HIAWms/hiawms_web/src/widgets/WmsContainer/Views/Pages/WmsContainer/WmsContainer.tsx @@ -22,7 +22,7 @@ } from 'element-plus' import { injectModel } from '@/libs/Provider/Provider' // 寮曞叆鍏叡閫夐」閰嶇疆 -import { FILTER_MODE_OPTIONS_STRING } from '@/components/DyFormForHighQuery/DyFormForHighQueryOptions' +import { FILTER_MODE_OPTIONS_STRING_KEY } from '@/components/DyFormForHighQuery/DyFormForHighQueryOptions' interface RenderTableType { url?: string @@ -113,7 +113,7 @@ onMounted(() => { fetchEnumData() queryForm.value.searchVal_FilterMode = - FILTER_MODE_OPTIONS_STRING[0]?.value || '' + FILTER_MODE_OPTIONS_STRING_KEY[0]?.value || '' _curHighQueryData.value.searchVal_FilterMode = queryForm.value.searchVal_FilterMode _curHighQueryData.value.str_searchFormInputAttrs = @@ -139,7 +139,7 @@ const resetQuery = () => { queryForm.value.searchVal = '' queryForm.value.searchVal_FilterMode = - FILTER_MODE_OPTIONS_STRING[0]?.value || '' + FILTER_MODE_OPTIONS_STRING_KEY[0]?.value || '' queryForm.value.str_searchFormInputAttrs = _searchFormInputAttrs.value } //鏂扮増鐨勫鍑烘柟娉� @@ -365,7 +365,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