update src/views/system/dept/modules/dept-search.vue.

部门字典 sys_normal_disable 重复获取

Signed-off-by: 如今 <11555891+metabytes@user.noreply.gitee.com>
This commit is contained in:
如今 2025-06-30 10:23:48 +00:00 committed by Gitee
parent 7c6ca91ef2
commit ccdeccdafd
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -17,7 +17,7 @@ const { formRef, validate, restoreValidation } = useNaiveForm();
const model = defineModel<Api.System.DeptSearchParams>('model', { required: true }); const model = defineModel<Api.System.DeptSearchParams>('model', { required: true });
const { options: sysNormalDisableOptions } = useDict('sys_normal_disable'); const { options: sysNormalDisableOptions } = useDict('sys_normal_disable',false);
async function reset() { async function reset() {
await restoreValidation(); await restoreValidation();