@ -63,6 +63,7 @@
},
roleList:[],
roleDialog:false,
noticeList:[],
roleForm:{
id:"",
name:"",
@ -172,6 +173,11 @@
_this.statistics = result;
});
}
if(ACTION=="setting_welcome"){
this.sendAjax("/notices","get",{},function(result){
_this.noticeList=result;
sendAjax(url,method,params,callback){
let _this=this;