ZaiZai il y a 11 mois
Parent
commit
62e986048f
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      public/version.json
  2. 1 1
      src/global/components/hc-report-modal/index.vue

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20241008175630"
+  "value": "20241009103023"
 }

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

@@ -325,7 +325,7 @@ const queryFixedFlowApi3 = async (type, datas) => {
     linkUserJoinString.value = ''
     const { error, code, data, msg } = await queryFixedFlow3({
         projectId: projectId.value,
-        contractId: contractId.value,
+        contractId: flowContractId.value ?? contractId.value,
         ...flowJson,
         // nodeId:formModel.value.ids,
         classifyType:classifyType.value,