diff --git a/src/views/system/dict/data/index.vue b/src/views/system/dict/data/index.vue index e84636f7..49936c2f 100644 --- a/src/views/system/dict/data/index.vue +++ b/src/views/system/dict/data/index.vue @@ -8,7 +8,7 @@ label-width="68px" > - + { getList() } +/** 字典类型更改同时更新列表数据 */ +const dictChange = (v) => { + queryParams.dictType = v + handleQuery() +} + /** 重置按钮操作 */ const resetQuery = () => { queryFormRef.value.resetFields()