소스 검색

跳转详情保持showLeftArrow参数传递

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

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

@@ -124,6 +124,7 @@ export default {
select: [],
isError: null, //是否是答题错误
fromSsjl: this.$store.getters.fromSsjl,
showLeftArrow:false,
}
},
mounted() {
@@ -268,6 +269,7 @@ export default {
id: re.response.Id,
uid: this.uid,
accessToken: this.$store.getters.ssjlToken,
showLeftArrow:this.showLeftArrow,
},
})
}, 3000)


Loading…
취소
저장