zy-asrs-flow/src/pages/system/role/index.jsx
@@ -139,6 +139,23 @@ actionRef={actionRef} setSearchParam={setSearchParam} />, render: (_, record) => { return ( <a onClick={() => { Http.doGetPromise('/api/role/scope/list', { roleId: record.id }, (res) => { if (res.data) { setMenuIds(res.data); } setScopeModalVisible(true); setCurrentRow(record); }); }} > {_} </a> ); }, }, { title: '标识',