diff --git a/src/views/system/dict/data/index.vue b/src/views/system/dict/data/index.vue index e84636f7d4786ab448f4c93719a900eb1a0d08a6..49936c2fdb192b29ac4b49ce08e861f2fccd37c3 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()