From 9580fa01caf3c6050cdfd6a5ecce95eba918a7a1 Mon Sep 17 00:00:00 2001 From: fengchenchen Date: Sat, 11 Jun 2022 17:37:16 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20-=E7=A7=91=E5=AE=A4=E6=80=BB?= =?UTF-8?q?=E4=BD=93=E7=BB=9F=E8=AE=A1=E6=8E=A5=E5=8F=A3=E7=9A=84=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../departmentAllStatistics/DepartmentAllStatistics.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/statisticalReport/departmentAllStatistics/DepartmentAllStatistics.vue b/src/views/statisticalReport/departmentAllStatistics/DepartmentAllStatistics.vue index 56cd382..6a63f41 100644 --- a/src/views/statisticalReport/departmentAllStatistics/DepartmentAllStatistics.vue +++ b/src/views/statisticalReport/departmentAllStatistics/DepartmentAllStatistics.vue @@ -177,8 +177,8 @@ export default { sm: {span: 10} }, url: { - list: '/statistics/allProjectStatistics/listProject', - exportXlsUrl: '/statistics/allProjectStatistics/statistics/excelProject' + list: '/statistics/allProjectStatistics/listDepartment', + exportXlsUrl: '/statistics/allProjectStatistics/department/excelProject' }, columns: defaultTableColumns, // 总计表头,与主表表头一致