add
This commit is contained in:
@ -615,8 +615,6 @@ function handleUpdate(row) {
|
||||
getRole(roleId).then((response) => {
|
||||
form.value = response.data;
|
||||
form.value.roleSort = Number(form.value.roleSort);
|
||||
form.value.menuCheckStrictly = true;
|
||||
form.value.deptCheckStrictly = true;
|
||||
open.value = true;
|
||||
nextTick(() => {
|
||||
roleMenu.then((res) => {
|
||||
|
Reference in New Issue
Block a user