From e3ee721eea63eda275b95addc1f19b12494090dc Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Mon, 9 May 2022 00:25:56 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=A3=20=E7=BC=96=E5=86=99=E5=9F=BA?= =?UTF-8?q?=E7=A1=80=E6=A8=A1=E5=9D=97=E5=AD=97=E5=85=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kicc-ui/src/views/system/dict/DictDataTable.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); }