Parcourir la source

修改 量表返回地址

test
JinxChen il y a 7 mois
Parent
révision
a4c8b8160c
1 fichiers modifiés avec 4 ajouts et 2 suppressions
  1. +4
    -2
      src/views/psychological-scale/index.vue

+ 4
- 2
src/views/psychological-scale/index.vue Voir le fichier

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

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


Chargement…
Annuler
Enregistrer