|
|
|
@ -118,7 +118,8 @@
@@ -118,7 +118,8 @@
|
|
|
|
|
/** 根据字典类型查找字典数据 */ |
|
|
|
|
function filterByDictType(dictType: string) { |
|
|
|
|
state.dictType = dictType; |
|
|
|
|
getForm().setFieldsValue({ dictType: state.dictType }); |
|
|
|
|
getForm().setFieldsValue({ dictType }); |
|
|
|
|
setProps({ searchInfo: { dictType } }); |
|
|
|
|
reload(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|