Browse Source

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

test
wzl 3 months ago
parent
commit
5cc7bf4d39
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      src/views/psychological-modeling/index.vue

+ 4
- 0
src/views/psychological-modeling/index.vue View File

@@ -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…
Cancel
Save