feat: 初始化角色分组

This commit is contained in:
leiqiaochu 2023-10-09 15:44:02 +08:00
parent acb7826d91
commit 637a1b0bd4
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ const submitData = async () => {
loading.value = false;
return;
}
const roleGroupRes = await roleRef.value.submitRole();
const roleGroupRes = await roleRef.value.submitRoleGroup();
if (!roleGroupRes) {
loading.value = false;
return;