duy 5 сар өмнө
parent
commit
71f5788e1e

+ 4 - 2
src/global/components/hc-tasks-user/index.vue

@@ -188,9 +188,11 @@ const sureSignUserClick = (userIds, userData) => {
 }
 //检查所选的流程环节处理人是否具有审批权限(三大填报页、日志列表的批量上报、首件列表的批量上报)
 const getCheckCustomFlowUserIsEVisaPermissions = async (flowJson, newUserId) => {
+    console.log( dataInfo.value, ' dataInfo.value')
+    
     const { error, code, data, msg, success } = await checkCustomFlowUserIsEVisaPermissions({
-        projectId: dataInfo.value.projectId.value,
-        contractId:  dataInfo.value.contractId.value,
+        projectId: dataInfo.value.projectId,
+        contractId:  dataInfo.value.contractId,
         customFlowUserList: newUserId,
         ...flowJson,
         classifyType:classifyType.value,