|
|
@ -31,7 +31,8 @@ export default observer((props) => {
|
|
|
|
const { KPIStore, DictDataStore, date_picker_store: searchFormStore } = useContext(stores_Context);
|
|
|
|
const { KPIStore, DictDataStore, date_picker_store: searchFormStore } = useContext(stores_Context);
|
|
|
|
const { sort, initialValue, hides, shows, fieldProps: _fieldProps } = {
|
|
|
|
const { sort, initialValue, hides, shows, fieldProps: _fieldProps } = {
|
|
|
|
sort: '',
|
|
|
|
sort: '',
|
|
|
|
initialValue: '', // searchFormStore.formValues,
|
|
|
|
// initialValue: '',
|
|
|
|
|
|
|
|
initialValue: searchFormStore.formValues,
|
|
|
|
fieldProps: {},
|
|
|
|
fieldProps: {},
|
|
|
|
hides: [],
|
|
|
|
hides: [],
|
|
|
|
shows: ['DateType', 'years'],
|
|
|
|
shows: ['DateType', 'years'],
|
|
|
|