mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +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