Przeglądaj źródła

康复下转bug

yht2016 5 lat temu
rodzic
commit
bd56cb6415

+ 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)