Browse Source

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

peter 2 weeks ago
parent
commit
00a32fb206
1 changed files with 1 additions and 1 deletions
  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) {