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;