Parcourir la source

修复 航次详情调用身份错误

wangzhihui il y a 4 ans
Parent
commit
0f9fb44295
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/voyage/voyageDetail.vue

+ 1 - 1
src/views/voyage/voyageDetail.vue

@@ -291,7 +291,7 @@ export default {
 
     async function getVoyageDetail() {
       let res = await api.getVoyageDetail({
-        type: 2,
+        type: 1,
         voyageId: route.query.id,
       });