Browse Source

fix: cargo集货.修复 转移航次成功后不继续执行流程 的问题.

peter 2 tuần trước cách đây
mục cha
commit
00a32fb206
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/pages/cargo-consolidation-request/index.vue

+ 1 - 1
src/pages/cargo-consolidation-request/index.vue

@@ -1383,7 +1383,7 @@ const commitWithSDK = async () => {
         duration: 10000,
       })
     } else {
-      return
+      console.log(res2, '转移到临时航次成功')
     }
   }
   if (sendToTempShipFlag === false) {