bug调整

dev
dengjia 2025-09-03 13:53:46 +08:00
parent 80072c2184
commit 8cd81d5f73
1 changed files with 2 additions and 0 deletions

View File

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