|
|
@ -362,8 +362,8 @@ export default { |
|
|
|
// this.$refs.pieChart.hideLoading() |
|
|
|
this.$refs.eduChart.setOption(this.pieEduOptions) |
|
|
|
if (this.noEduInit) { |
|
|
|
const _arr = this.selectAgency[this.selectAgency.length - 1].split('-') |
|
|
|
const orgType = _arr[1] !== 'grid' ? 'agency': 'grid' |
|
|
|
// const _arr = this.selectAgency[this.selectAgency.length - 1].split('-') |
|
|
|
// const orgType = _arr[1] !== 'grid' ? 'agency': 'grid' |
|
|
|
this.pageNo = 1 |
|
|
|
this.pageSize = 10; |
|
|
|
this.eduList = [] |
|
|
@ -462,7 +462,7 @@ export default { |
|
|
|
return { |
|
|
|
...item, |
|
|
|
color: "#00E5ED", |
|
|
|
fillColor: "rgba(0, 229, 237, 0.16)" |
|
|
|
fillColor: "rgba(0, 229, 237, 0)" |
|
|
|
} |
|
|
|
}) |
|
|
|
|
|
|
|