zhaokai 2025-09-04 17:35:35 +08:00
commit 996686baf0
1 changed files with 2 additions and 0 deletions

View File

@ -206,6 +206,8 @@ const fnSubmit = debounce(
await setRoleEdit({ await setRoleEdit({
...form.value, ...form.value,
menuIdList: [...checkedKeys, ...halfCheckedKeys], menuIdList: [...checkedKeys, ...halfCheckedKeys],
servicePlatformId,
companyId,
}); });
ElMessage.success("操作成功"); ElMessage.success("操作成功");
fnClose(); fnClose();