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