|
@ -365,6 +365,8 @@ export default { |
|
|
const _arr = this.selectAgency[this.selectAgency.length - 1].split('-') |
|
|
const _arr = this.selectAgency[this.selectAgency.length - 1].split('-') |
|
|
const orgType = _arr[1] !== 'grid' ? 'agency': 'grid' |
|
|
const orgType = _arr[1] !== 'grid' ? 'agency': 'grid' |
|
|
this.pageNo = 1 |
|
|
this.pageNo = 1 |
|
|
|
|
|
this.pageSize = 10; |
|
|
|
|
|
this.eduList = [] |
|
|
this.getEduList(isClick && _code || '') |
|
|
this.getEduList(isClick && _code || '') |
|
|
this.getMapData(isClick && _code || '') |
|
|
this.getMapData(isClick && _code || '') |
|
|
} |
|
|
} |
|
|