瀏覽代碼

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