diff --git a/kicc-ui/src/views/system/dict/DictDataTable.vue b/kicc-ui/src/views/system/dict/DictDataTable.vue index d46663f3..bdd059e7 100644 --- a/kicc-ui/src/views/system/dict/DictDataTable.vue +++ b/kicc-ui/src/views/system/dict/DictDataTable.vue @@ -118,7 +118,8 @@ /** 根据字典类型查找字典数据 */ function filterByDictType(dictType: string) { state.dictType = dictType; - getForm().setFieldsValue({ dictType: state.dictType }); + getForm().setFieldsValue({ dictType }); + setProps({ searchInfo: { dictType } }); reload(); }