|
@ -214,8 +214,8 @@
|
|
|
},
|
|
|
getDoctorTeam:function(){
|
|
|
var vm=this
|
|
|
var wlyyAgentForDoc=JSON.parse(window.localStorage.getItem('wlyyAgentForDoc'));
|
|
|
var uid=wlyyAgentForDoc && wlyyAgentForDoc.uid;
|
|
|
var wlyyAgent=JSON.parse(window.localStorage.getItem('wlyyAgent'));
|
|
|
var uid=wlyyAgent && wlyyAgent.uid;
|
|
|
jbscAPI.getDoctorTeam(uid).then(function(res){
|
|
|
if(res.status==200){
|
|
|
vm.doctorList=res.data;
|