mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-25 14:20:21 +08:00
perf(projects): perf page manage_role, useTable
This commit is contained in:
@@ -71,8 +71,13 @@ export function useNaiveForm() {
|
||||
await formRef.value?.validate();
|
||||
}
|
||||
|
||||
async function restoreValidation() {
|
||||
formRef.value?.restoreValidation();
|
||||
}
|
||||
|
||||
return {
|
||||
formRef,
|
||||
validate
|
||||
validate,
|
||||
restoreValidation
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user