Kaynağa Gözat

日志上报流程参数修改

duy 1 yıl önce
ebeveyn
işleme
dd26f0c86c

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