diff --git a/src/views/system/dept/modules/dept-search.vue b/src/views/system/dept/modules/dept-search.vue index 666f2b81..6921c32c 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();