소스 검색

透传所有c端参数至量表答题页

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

+ 4
- 0
src/views/psychological-modeling/index.vue 파일 보기

@@ -195,6 +195,10 @@ export default {
accessToken: this.$store.getters.ssjlToken,
showLeftArrow: this.showLeftArrow,
isModel: true,
// 其他参数也一起传递
fromSsjl:this.$store.getters.fromSsjl,
fromUrl:this.$store.getters.fromUrl,
fromMenu:this.$store.getters.fromMenu,
},
})
},


Loading…
취소
저장