Compare commits

..

No commits in common. "760ad508cc29ed87ab2f999cc250894068ab9dc4" and "8484686be6d84835b26435957264f5c913e02c75" have entirely different histories.

1 changed files with 0 additions and 2 deletions

View File

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