获取统计信息

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

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

Loading…
Cancel
Save