diff --git a/src/views/system/config/components/BasicSetting.vue b/src/views/system/config/components/BasicSetting.vue index fd3e17f..8066304 100644 --- a/src/views/system/config/components/BasicSetting.vue +++ b/src/views/system/config/components/BasicSetting.vue @@ -142,10 +142,10 @@ const rules: FormInstance['rules'] = { } const { form } = useForm({ - SITE_FAVICON: '', - SITE_LOGO: '', - SITE_TITLE: '', - SITE_COPYRIGHT: '' + SITE_FAVICON: undefined, + SITE_LOGO: undefined, + SITE_TITLE: undefined, + SITE_COPYRIGHT: undefined }) const siteFavicon = ref() diff --git a/src/views/system/dept/DeptAddModal.vue b/src/views/system/dept/DeptAddModal.vue index cfcbfa1..9126aa1 100644 --- a/src/views/system/dept/DeptAddModal.vue +++ b/src/views/system/dept/DeptAddModal.vue @@ -15,7 +15,6 @@