Explorar el Código

流程增加参数

duy hace 1 año
padre
commit
fe711fbec7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/global/components/hc-report-modal/index.vue

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

@@ -265,6 +265,7 @@ const queryFixedFlowApi = async (type, datas) => {
         projectId: projectId.value,
         contractId: contractId.value,
         ...flowJson,
+        nodeId:formModel.value.ids,
     })
     if (!error && code === 200) {
         const arr = getArrValue(data['records'])