@ -12,7 +12,9 @@ new Vue({
var vm=this;
if(page){
vm.currentPage=page;
var userAgent = JSON.parse(localStorage.getItem(httpRequest.agentName))
var data = {
doctor: userAgent.uid,
patient:vm.patient,
teamCode:vm.teamCode,
page:page,
@ -12,7 +12,8 @@ Vue.component('consultation-list', {
data: function() {
return {
chatList: "",
curPage:1
curPage:1,
httpRequest: httpRequest
}
},
props:["consultaData"],