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