Browse Source

健康教育链接先转login

chenyue 7 năm trước cách đây
mục cha
commit
1ca3040b94
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/jbsc/js/statistics.js

+ 1 - 1
app/jbsc/js/statistics.js

@ -108,7 +108,7 @@ new Vue({
  	jkjy:function(data){
  	jkjy:function(data){
  		var receiver={"code":data.patientCode,name:data.patientName}
  		var receiver={"code":data.patientCode,name:data.patientName}
  		sessionStorage.setItem("jbsc-jkwzreceiver",JSON.stringify(receiver))
  		sessionStorage.setItem("jbsc-jkwzreceiver",JSON.stringify(receiver))
  		location.href="../../../../health-education/index.html?origin=jbsc"
  		location.href="../../../../health-education/login.html?origin=jbsc"
  	},
  	},
  	//筛查
  	//筛查
  	shaicha:function(isNew){
  	shaicha:function(isNew){