Browse Source

上报选择人修改

duy 5 tháng trước cách đây
mục cha
commit
71f5788e1e
1 tập tin đã thay đổi với 4 bổ sung2 xóa
  1. 4 2
      src/global/components/hc-tasks-user/index.vue

+ 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,