@@ -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', | |||