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