소스 검색

修改 量表返回地址

test
JinxChen 7 달 전
부모
커밋
a4c8b8160c
1개의 변경된 파일4개의 추가작업 그리고 2개의 파일을 삭제
  1. +4
    -2
      src/views/psychological-scale/index.vue

+ 4
- 2
src/views/psychological-scale/index.vue 파일 보기

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


Loading…
취소
저장