|
@@ -84,7 +84,7 @@ const AuditContent: React.FC<iAuditContentProps> = props => {
|
|
|
}
|
|
|
}, [ visible.check, visible.reCheck ])
|
|
|
const initGroupList = async (serach?: string) => {
|
|
|
- const data = await getUserGroup({ name: serach, bidsectionId: tenderStore.bid })
|
|
|
+ const data = await getUserGroup({ name: serach, bidsectionId: tenderStore.bid, hasOwner: true })
|
|
|
setGroups(data)
|
|
|
}
|
|
|
|