Browse Source

日志上报流程参数修改

duy 1 year ago
parent
commit
dd26f0c86c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/global/components/hc-report-modal/index.vue

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

@@ -309,7 +309,8 @@ const queryFixedFlowApi3 = async (type, datas) => {
     if (type === 'first') {
     if (type === 'first') {
         flowJson['firstId'] = datas
         flowJson['firstId'] = datas
     } else if (type === 'log') {
     } else if (type === 'log') {
-        flowJson['theLogPrimaryKeyId'] = datas
+        // flowJson['theLogPrimaryKeyId'] = datas
+        flowJson['theLogPrimaryKeyId'] = formModel.value.ids
     } else if (type === 'wbs') {
     } else if (type === 'wbs') {
         flowJson['privatePKeyId'] = datas
         flowJson['privatePKeyId'] = datas
     }
     }