Parcourir la source

日志上报流程参数修改

duy il y a 1 an
Parent
commit
dd26f0c86c
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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') {
         flowJson['firstId'] = datas
     } else if (type === 'log') {
-        flowJson['theLogPrimaryKeyId'] = datas
+        // flowJson['theLogPrimaryKeyId'] = datas
+        flowJson['theLogPrimaryKeyId'] = formModel.value.ids
     } else if (type === 'wbs') {
         flowJson['privatePKeyId'] = datas
     }