소스 검색

fix: 添加审批流程中增加管理员

lanjianrong 4 년 전
부모
커밋
d7e799d7f0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/Quality/Content/Info/Detail/components/AuditContent/index.tsx

+ 1 - 1
src/pages/Quality/Content/Info/Detail/components/AuditContent/index.tsx

@@ -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)
   }