Browse Source

👣 编写基础模块字典

master
wangxiang 3 years ago
parent
commit
e3ee721eea
  1. 3
      kicc-ui/src/views/system/dict/DictDataTable.vue

3
kicc-ui/src/views/system/dict/DictDataTable.vue

@ -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();
}

Loading…
Cancel
Save