diff --git a/dist.zip b/dist.zip index c9d0f79..6df21cf 100644 --- a/dist.zip +++ b/dist.zip Binary files differ diff --git a/dist.zip b/dist.zip index c9d0f79..6df21cf 100644 --- a/dist.zip +++ b/dist.zip Binary files differ diff --git a/src/views/assessResult/components/indexStatistics.vue b/src/views/assessResult/components/indexStatistics.vue index caa5b05..8f4c02e 100644 --- a/src/views/assessResult/components/indexStatistics.vue +++ b/src/views/assessResult/components/indexStatistics.vue @@ -15,14 +15,14 @@ - + @@ -78,9 +78,9 @@ // axisSite: { right: ['value2'] }, // yAxisType: ['number', 'percent'], yAxisName: ['分数'], - xAxisName: '月份', + xAxisName: '年份', labelMap: { - 'text': '月份', + 'text': '年份', 'value': '分数' }, showLine: ['value2'] diff --git a/dist.zip b/dist.zip index c9d0f79..6df21cf 100644 --- a/dist.zip +++ b/dist.zip Binary files differ diff --git a/src/views/assessResult/components/indexStatistics.vue b/src/views/assessResult/components/indexStatistics.vue index caa5b05..8f4c02e 100644 --- a/src/views/assessResult/components/indexStatistics.vue +++ b/src/views/assessResult/components/indexStatistics.vue @@ -15,14 +15,14 @@ - + @@ -78,9 +78,9 @@ // axisSite: { right: ['value2'] }, // yAxisType: ['number', 'percent'], yAxisName: ['分数'], - xAxisName: '月份', + xAxisName: '年份', labelMap: { - 'text': '月份', + 'text': '年份', 'value': '分数' }, showLine: ['value2'] diff --git a/src/views/indexStatus/alarmIndex.vue b/src/views/indexStatus/alarmIndex.vue index c8f5b61..9733422 100644 --- a/src/views/indexStatus/alarmIndex.vue +++ b/src/views/indexStatus/alarmIndex.vue @@ -12,7 +12,7 @@ :value="item.id"/> - + + + + + + + + + + + { this.deptList = response.data + // if (!this.hasQuery) { if (!this.hasQuery) { - this.deptName = this.deptList[0].simplename - this.listQuery.deptId = this.deptList[0].id + // -------------------------------------------------------------------- + // this.deptName = this.deptList[0].simplename + // this.listQuery.deptId = this.deptList[0].id + this.deptName = this.deptList[1].simplename + this.listQuery.deptId = this.deptList[1].id + console.log('999999', this.listQuery.deptId) + // ------------------------------------------------------------------- } + // ----------------------------------------------------------------------- + this.fetchData() + // ------------------------------------------------------------------------ if (this.listQuery.deptId) { // 获取下属部门 getDeptList(this.listQuery.deptId).then(response => {