Browse Source

fix(data-fill): 修正flow-contract-id的传递逻辑

duy 4 tháng trước cách đây
mục cha
commit
e5019e46f9
2 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 1 0
      src/views/data-fill/query.vue
  2. 1 1
      src/views/data-fill/wbs.vue

+ 1 - 0
src/views/data-fill/query.vue

@@ -234,6 +234,7 @@
             :table-owner="contractTypeTabKey"
             :classify-type="classType"
             :contract-id="contractId"
+            :flow-contract-id="nodeDataInfo?.contractId"
             :datas="reportDatas"
             :project-id="projectId"
             :show="showReportModal"

+ 1 - 1
src/views/data-fill/wbs.vue

@@ -1198,7 +1198,7 @@
                     ? nodeDataInfo?.contractIdRelation
                     : contractId
             "
-            :flow-contract-id="contractId"
+            :flow-contract-id="nodeDataInfo?.contractId"
             :ids="reportIds"
             :table-owner="authBtnTabKey"
             :classify-type="classType"