소스 검색

修改量表详情fromSsjl参数接收规则

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

+ 3
- 1
src/views/psychological-scale/detail.vue 파일 보기

@@ -129,7 +129,9 @@ export default {
this.$store.commit('appType', params.appType)
}
// 缓存从随手精灵传过来的标识
this.$store.commit('fromSsjl', params.fromSsjl)
if(params.fromSsjl){
this.$store.commit('fromSsjl', params.fromSsjl)
}
// 是否显示 返回标签
if (params.showLeftArrow) {
this.showLeftArrow = true


Loading…
취소
저장