25768
This commit is contained in:
		@@ -15,7 +15,7 @@ export default {
 | 
			
		||||
        {
 | 
			
		||||
          name: '居民信息管理',
 | 
			
		||||
          icon: require('./img/jmxxgl.png'),
 | 
			
		||||
          url: '../AppResidentFile/AppResidentFile?tabIndex=0'
 | 
			
		||||
          url: '../AppResidentFile/AppResidentFile'
 | 
			
		||||
        },
 | 
			
		||||
        // {
 | 
			
		||||
        //   name: '居民群管理',
 | 
			
		||||
@@ -25,7 +25,7 @@ export default {
 | 
			
		||||
        {
 | 
			
		||||
          name: '居民档案',
 | 
			
		||||
          icon: require('./img/jmda.png'),
 | 
			
		||||
          url: '../AppResidentFile/AppResidentFile?tabIndex=1'
 | 
			
		||||
          url: '../AppResidentDocument/AppResidentDocument'
 | 
			
		||||
        }
 | 
			
		||||
      ]
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
@@ -136,7 +136,6 @@ export default {
 | 
			
		||||
  props: {},
 | 
			
		||||
  data() {
 | 
			
		||||
    return {
 | 
			
		||||
      indexBar: '',
 | 
			
		||||
      lists: [
 | 
			
		||||
        {
 | 
			
		||||
          iconPath: 'home',
 | 
			
		||||
@@ -199,16 +198,8 @@ export default {
 | 
			
		||||
    ...mapState(['user', 'global']),
 | 
			
		||||
  },
 | 
			
		||||
  watch: {},
 | 
			
		||||
  onLoad(o) {
 | 
			
		||||
    if (o.tabIndex) {
 | 
			
		||||
      this.indexBar = o.tabIndex
 | 
			
		||||
    }
 | 
			
		||||
  onLoad() {
 | 
			
		||||
    this.getEchart1()
 | 
			
		||||
    this.getEchart2()
 | 
			
		||||
    this.getList()
 | 
			
		||||
    this.getList2()
 | 
			
		||||
 | 
			
		||||
    this.currentTabBar = this.indexBar
 | 
			
		||||
    this.areaId = this.user.areaId
 | 
			
		||||
  },
 | 
			
		||||
  mounted() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user