@ -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"]) || "",//对方医生姓名
@ -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)