Ver código fonte

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

wangzhihui 4 anos atrás
pai
commit
0f9fb44295
1 arquivos alterados com 1 adições e 1 exclusões
  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,
       });