@@ -2853,7 +2853,7 @@ export default {
// this.getRegionListRole()
this.getcountAll(2)
this.token= JSON.parse(sessionStorage.getItem('token'))
- this.showXX()
+ // this.showXX()
var date = new Date();
var year = date.getFullYear();
var month =(date.getMonth() + 1 )< 10 ? "0" +(date.getMonth() + 1 ) : (date.getMonth() + 1 );