转办人员权限

This commit is contained in:
何美荣 2025-12-06 16:46:36 +08:00
parent 1a6ac85749
commit 022e4d73fd

View File

@ -98,7 +98,7 @@ class SelectUser extends React.Component {
jsonUser.Limit=1000; jsonUser.Limit=1000;
this.props.dispatch({ this.props.dispatch({
type: 'app/getDataByPost', type: 'app/getDataByPost',
url: 'FM/User/OrderPagedAuthority', url: 'FM/User/OrderPagedWithLevel',
payload: jsonUser, payload: jsonUser,
onlyData: false, onlyData: false,
onComplete: (ret) => { onComplete: (ret) => {