mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-10-12 10:57:08 +08:00
fix: 修复初始值使用错误
This commit is contained in:
@@ -112,13 +112,8 @@ const rules: FormInstance['rules'] = {
|
||||
}
|
||||
|
||||
const { form, resetForm } = useForm({
|
||||
name: '',
|
||||
code: '',
|
||||
sort: 999,
|
||||
description: undefined,
|
||||
menuIds: undefined,
|
||||
dataScope: 4,
|
||||
deptIds: undefined
|
||||
dataScope: 4
|
||||
})
|
||||
|
||||
const menuTreeRef = ref()
|
||||
|
Reference in New Issue
Block a user