获取统计信息

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:"",
@ -172,6 +173,11 @@
_this.statistics = result; _this.statistics = result;
}); });
} }
if(ACTION=="setting_welcome"){
this.sendAjax("/notices","get",{},function(result){
_this.noticeList=result;
});
}
}, },
sendAjax(url,method,params,callback){ sendAjax(url,method,params,callback){
let _this=this; let _this=this;

Loading…
Cancel
Save