| | |
| | | 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'; |
| | |
| | | } |
| | | // 新版的查询重置 |
| | | const resetQuery = () => { |
| | | initQueryForm(queryForm,_searchFormInputAttrs,FILTER_MODE_OPTIONS_STRING); |
| | | initQueryForm(queryForm,_searchFormInputAttrs,FILTER_MODE_OPTIONS_STRING_KEY); |
| | | setValueForCurHighQueryData(_curHighQueryData,queryForm,_searchFormInputAttrs); |
| | | } |
| | | //新版的导出方法 |
| | |
| | | placeholder="请选择" |
| | | class={styles.formItem} |
| | | > |
| | | {FILTER_MODE_OPTIONS_STRING.map((option) => ( |
| | | {FILTER_MODE_OPTIONS_STRING_KEY.map((option) => ( |
| | | <ElOption |
| | | key={option.value} |
| | | label={option.label} |