|
@ -13,7 +13,7 @@
|
|
|
<link rel="stylesheet" type="text/css" href="../../../css/cross.css" />
|
|
|
<link rel="stylesheet" type="text/css" href="../../../css/cross.ui.css" />
|
|
|
<link rel="stylesheet" type="text/css" href="../../../css/style.min.css" />
|
|
|
<link rel="stylesheet" href="../css/index.css" />
|
|
|
<link rel="stylesheet" href="../css/userInfo.css" />
|
|
|
</head>
|
|
|
|
|
|
<body>
|
|
@ -210,7 +210,11 @@
|
|
|
tdbq:[],//团队标签
|
|
|
},
|
|
|
mounted: function(){
|
|
|
this.getPatient();
|
|
|
if(!this.patient){
|
|
|
layer.msg('未传入居民code(参数:patient)', {icon: 5})
|
|
|
}else{
|
|
|
this.getPatient();
|
|
|
}
|
|
|
},
|
|
|
methods: {
|
|
|
getPatient:function(){
|
|
@ -245,7 +249,7 @@
|
|
|
layer.msg(res.msg, {icon: 5})
|
|
|
}
|
|
|
})
|
|
|
var wlyyAgentForDoc=JSON.parse(localStorage.getItem('wlyyAgentForDoc'));
|
|
|
var wlyyAgentForDoc=JSON.parse(localStorage.getItem(httpRequest.agentName));
|
|
|
var uid=wlyyAgentForDoc.uid;
|
|
|
tempAPI.getDoctorTeam(uid).then(function(res){
|
|
|
console.log(res)
|