瀏覽代碼

回显责任者加项目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){