Explorar el Código

回显责任者加项目id

duy hace 2 años
padre
commit
db0d1eba74
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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){