소스 검색

回显责任者加项目id

duy 2 년 전
부모
커밋
db0d1eba74
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/views/file/collection.vue

+ 1 - 0
src/views/file/collection.vue

@@ -411,6 +411,7 @@ const dutyUser=ref('')
 const setdutyUser=async()=>{
     const { error, code, data,msg } = await archiveFileApi.getDutyUser({
         contractId: treecontractId.value,
+        projectId:projectId.value
     })
     if (!error && code === 200) {
             if(data?.contractType===1){