获取统计信息

pull/30/head
taoshihan1991 4 years ago
parent 909dc09189
commit fd68654728

@ -63,6 +63,7 @@
},
roleList:[],
roleDialog:false,
noticeList:[],
roleForm:{
id:"",
name:"",
@ -168,8 +169,13 @@
});
}
if(ACTION=="setting"){
this.sendAjax("/statistics","get",{},function(result){
_this.statistics=result;
this.sendAjax("/statistics","get",{},function(result) {
_this.statistics = result;
});
}
if(ACTION=="setting_welcome"){
this.sendAjax("/notices","get",{},function(result){
_this.noticeList=result;
});
}
},

Loading…
Cancel
Save