#
luxiaotao1123
2024-02-22 f6fc46e59aa75e620358819ee32ef119f5925dbc
zy-asrs-flow/src/pages/system/role/index.jsx
@@ -91,7 +91,7 @@
const handleScope = async (val) => {
    const hide = message.loading('正在分配');
    try {
        const resp = await Http.doPost('api/role/scope', val);
        const resp = await Http.doPost('api/role/scope/update', val);
        if (resp.code === 200) {
            message.success('分配成功');
            return true;