Browse Source

跳转详情保持showLeftArrow参数传递

test
wzl 3 months ago
parent
commit
70625911b6
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/views/psychological-scale/index.vue

+ 2
- 0
src/views/psychological-scale/index.vue View File

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