浏览代码

修改量表详情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('appType', params.appType)
} }
// 缓存从随手精灵传过来的标识 // 缓存从随手精灵传过来的标识
this.$store.commit('fromSsjl', params.fromSsjl)
if(params.fromSsjl){
this.$store.commit('fromSsjl', params.fromSsjl)
}
// 是否显示 返回标签 // 是否显示 返回标签
if (params.showLeftArrow) { if (params.showLeftArrow) {
this.showLeftArrow = true this.showLeftArrow = true


正在加载...
取消
保存