This commit is contained in:
2023-06-21 14:25:59 +08:00
parent fc186aeaad
commit 4f4eb9bee0

View File

@ -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) => {