Commit f2f44779 authored by XieZhiXiong's avatar XieZhiXiong

fix: 修复修改权限状态成功之后没有重新请求权限数据的问题

parent 79c6571d
......@@ -144,6 +144,7 @@ const SetMemberLevelRight: React.FC<{}> = (props) => {
}).then((res) => {
if (res.code === 1000) {
resolve();
fetchMemberLevelRightDetails();
} else {
reject();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment