ソースを参照

修复首件上报

iZaiZaiA 2 年 前
コミット
f3bd9fbfcb
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/views/other/first-item.vue

+ 1 - 1
src/views/other/first-item.vue

@@ -155,7 +155,7 @@
         <!--上报审批-->
         <HcReportModal
             title="上报审批"
-            url="informationWriteQuery/taskOne"
+            :url="tabTypeKey === 'query' ? 'informationWriteQuery/batchTask' : 'informationWriteQuery/taskOne'"
             :show="showReportModal"
             :projectId="projectId"
             :contractId="contractId"