From 440fd836e21d1e56e5af7c86cd3c7e2d04740c2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=B4=A0=E8=BF=98=E7=9C=9F?= <11555891+metabytes@user.noreply.gitee.com> Date: Tue, 1 Jul 2025 01:59:02 +0000 Subject: [PATCH] =?UTF-8?q?update=20src/views/system/dept/modules/dept-sea?= =?UTF-8?q?rch.vue.=20=E9=83=A8=E9=97=A8=E5=AD=97=E5=85=B8=20sys=5Fnormal?= =?UTF-8?q?=5Fdisable=20=E9=87=8D=E5=A4=8D=E8=8E=B7=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 素还真 <11555891+metabytes@user.noreply.gitee.com> --- src/views/system/dept/modules/dept-search.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/dept/modules/dept-search.vue b/src/views/system/dept/modules/dept-search.vue index 666f2b81..eb0d0c9e 100644 --- a/src/views/system/dept/modules/dept-search.vue +++ b/src/views/system/dept/modules/dept-search.vue @@ -17,7 +17,7 @@ const { formRef, validate, restoreValidation } = useNaiveForm(); const model = defineModel('model', { required: true }); -const { options: sysNormalDisableOptions } = useDict('sys_normal_disable'); +const { options: sysNormalDisableOptions } = useDict('sys_normal_disable', false); async function reset() { await restoreValidation();