Explorar el Código

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

test
wzl hace 7 meses
padre
commit
f82215d89e
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. +3
    -1
      src/views/psychological-scale/detail.vue

+ 3
- 1
src/views/psychological-scale/detail.vue Ver fichero

@@ -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


Cargando…
Cancelar
Guardar