Explorar el Código

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

wangzhihui hace 4 años
padre
commit
0f9fb44295
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,
       });