From 060e5014c4d07867fd4735b3709e23f9b196be3a Mon Sep 17 00:00:00 2001 From: AKING <2734339436@qq.com> Date: Thu, 23 Oct 2025 01:37:18 +0000 Subject: [PATCH] =?UTF-8?q?update=20src/views/system/dict/data/index.vue.?= =?UTF-8?q?=20=E5=9C=A8=E3=80=90=E5=AD=97=E5=85=B8=E5=90=8D=E7=A7=B0?= =?UTF-8?q?=E3=80=91=E5=8D=B3=EF=BC=8C=E5=AD=97=E5=85=B8=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=97=B6=EF=BC=8C=E6=97=A0=E9=9C=80=E9=87=8D?= =?UTF-8?q?=E6=96=B0=E7=82=B9=E5=87=BB=E6=9F=A5=E8=AF=A2=EF=BC=8C=E5=90=A6?= =?UTF-8?q?=E5=88=99=E6=AF=8F=E6=AC=A1=E6=83=B3=E5=9C=A8=E6=9C=AC=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=BC=96=E8=BE=91=E5=85=B6=E4=BB=96=E5=AD=97=E5=85=B8?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E6=97=B6=EF=BC=8C=E9=9C=80=E8=A6=81=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E4=B8=80=E4=B8=8B=E6=9F=A5=E8=AF=A2=E6=8C=89=E9=92=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: AKING <2734339436@qq.com> --- src/views/system/dict/data/index.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/views/system/dict/data/index.vue b/src/views/system/dict/data/index.vue index e84636f7d..49936c2fd 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() -- Gitee