|
|
@@ -185,7 +185,7 @@ import { ElMessage } from 'element-plus'
|
|
185
|
185
|
import * as echarts from 'echarts'
|
|
186
|
186
|
|
|
187
|
187
|
// API导入
|
|
188
|
|
-import { getNonCadreMonthlyScoreSum } from '@/api/performance/nonCadreMonthlyScoreSum.js'
|
|
|
188
|
+//import { } from '@/api/performance/monthlyAssessSum.js'
|
|
189
|
189
|
|
|
190
|
190
|
// 响应式数据
|
|
191
|
191
|
const loading = ref(false)
|
|
|
@@ -485,9 +485,9 @@ const handleResize = () => {
|
|
485
|
485
|
const getList = async () => {
|
|
486
|
486
|
loading.value = true
|
|
487
|
487
|
try {
|
|
488
|
|
- const res = await getNonCadreMonthlyScoreSum(queryParams)
|
|
489
|
|
- // 这里可以根据实际API返回的数据更新图表和表格数据
|
|
490
|
|
- console.log('获取汇总数据:', res)
|
|
|
488
|
+ // const res = await getNonCadreMonthlyScoreSum(queryParams)
|
|
|
489
|
+ // // 这里可以根据实际API返回的数据更新图表和表格数据
|
|
|
490
|
+ // console.log('获取汇总数据:', res)
|
|
491
|
491
|
} catch (error) {
|
|
492
|
492
|
console.error('获取汇总数据失败:', error)
|
|
493
|
493
|
ElMessage.error('获取汇总数据失败')
|