Browse Source

流程增加参数

duy 1 năm trước cách đây
mục cha
commit
fe711fbec7
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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'])