소스 검색

首件日志上报参数修改

duy 1 년 전
부모
커밋
2b96a08fc3
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      src/global/components/hc-report-modal/index.vue

+ 3 - 3
src/global/components/hc-report-modal/index.vue

@@ -307,9 +307,9 @@ const queryFixedFlowApi = async (type, datas) => {
 const queryFixedFlowApi3 = async (type, datas) => {
     let flowJson = {}
     if (type === 'first') {
-        // flowJson['firstId'] = datas
+        flowJson['firstId'] = datas
     } else if (type === 'log') {
-        // flowJson['theLogPrimaryKeyId'] = datas
+        flowJson['theLogPrimaryKeyId'] = datas
     } else if (type === 'wbs') {
         flowJson['privatePKeyId'] = datas
     }
@@ -319,7 +319,7 @@ const queryFixedFlowApi3 = async (type, datas) => {
         projectId: projectId.value,
         contractId: contractId.value,
         ...flowJson,
-        nodeId:formModel.value.ids,
+        // nodeId:formModel.value.ids,
         classifyType:classifyType.value,
         tableOwner:tableOwner.value,
     })