Explorar el Código

修改 量表返回地址

test
JinxChen hace 7 meses
padre
commit
a4c8b8160c
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. +4
    -2
      src/views/psychological-scale/index.vue

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

@@ -270,12 +270,14 @@ export default {
setTimeout(() => {
if (this.isModel) {
// 建模页跳转过来的要回建模页
this.$router.replace({
/* this.$router.replace({
name: 'PsychologicalModeling',
query: {
uid: this.uid,
},
})
}) */
this.onNavBack();

} else {
this.$router.replace({
name: 'PsychologicalScaleDetail',


Cargando…
Cancelar
Guardar