Explorar el Código

跳转详情保持showLeftArrow参数传递

test
wzl hace 6 meses
padre
commit
70625911b6
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      src/views/psychological-scale/index.vue

+ 2
- 0
src/views/psychological-scale/index.vue Ver fichero

@@ -124,6 +124,7 @@ export default {
select: [],
isError: null, //是否是答题错误
fromSsjl: this.$store.getters.fromSsjl,
showLeftArrow:false,
}
},
mounted() {
@@ -268,6 +269,7 @@ export default {
id: re.response.Id,
uid: this.uid,
accessToken: this.$store.getters.ssjlToken,
showLeftArrow:this.showLeftArrow,
},
})
}, 3000)


Cargando…
Cancelar
Guardar