Commit 6f19e169 by zhaochengxiang

bug fix

parent 5711c1d3
......@@ -204,7 +204,7 @@ const Basic = React.forwardRef(function ({ type, item, user }, ref) {
type: 'datamodel.getCooperationUsers',
callback: data => {
setLoadingUsers(false)
setUsers(newData)
setUsers(data)
},
error: () => {
setLoadingUsers(false)
......
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