فهرست منبع

康复下转bug

yht2016 5 سال پیش
والد
کامیت
bd56cb6415
2فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 1 1
      app/consulting/js/consulting.js
  2. 1 0
      app/rehabilitation/html/addRecoveryDown.html

+ 1 - 1
app/consulting/js/consulting.js

@ -4,7 +4,7 @@ new Vue({
  data: {
  		sessionId:null,
		sessionType:2,//1对1会话
		curDoctorCode:JSON.parse(window.localStorage.getItem('wlyyAgent')).uid,
		curDoctorCode:JSON.parse(window.localStorage.getItem('wlyyAgentForDoc')).uid,
		curDoctorName:"",
		otherCode: Request["otherCode"],//对方医生code
		otherName: decodeURIComponent(Request["otherName"]) || "",//对方医生姓名

+ 1 - 0
app/rehabilitation/html/addRecoveryDown.html

@ -407,6 +407,7 @@
									patient_name: vm.patientInfo.patientName,
									teamCode: vm.curTeamInfo.id
								}).then(function(res){
									vm.is_sign_specialist = true
									setTimeout(function(){
										vm.saveBtn()
									}, 500)