瀏覽代碼

跳转详情保持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…
取消
儲存