Browse Source

流程增加参数

duy 1 year ago
parent
commit
fe711fbec7
1 changed files with 1 additions and 0 deletions
  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,
         projectId: projectId.value,
         contractId: contractId.value,
         contractId: contractId.value,
         ...flowJson,
         ...flowJson,
+        nodeId:formModel.value.ids,
     })
     })
     if (!error && code === 200) {
     if (!error && code === 200) {
         const arr = getArrValue(data['records'])
         const arr = getArrValue(data['records'])