From d97e97f51ccc71624044dfee24ab425dfbe64542 Mon Sep 17 00:00:00 2001 From: stt Date: Wed, 26 Nov 2025 14:31:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E8=B7=AF=E5=BE=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 --- src/api/harmonic-boot/luckyexcel.ts | 6 +++--- src/views/govern/reportForms/index.vue | 2 +- src/views/system/reportForms/index.vue | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/api/harmonic-boot/luckyexcel.ts b/src/api/harmonic-boot/luckyexcel.ts index 6ab08b8..eb29b15 100644 --- a/src/api/harmonic-boot/luckyexcel.ts +++ b/src/api/harmonic-boot/luckyexcel.ts @@ -39,7 +39,7 @@ export function delTemplate(data:any) { //修改获取数据 export function getCustomReportTemplateById(params) { return createAxios({ - url: '/harmonic-boot/customReport/getCustomReportTemplateById', + url: '/cs-harmonic-boot/customReport/getCustomReportTemplateById', method: 'get', params }) @@ -48,7 +48,7 @@ export function getCustomReportTemplateById(params) { //修改获取数据 export function viewCustomReportTemplateById(params) { return createAxios({ - url: '/harmonic-boot/customReport/viewCustomReportTemplateById', + url: '/cs-harmonic-boot/customReport/viewCustomReportTemplateById', method: 'get', params }) @@ -56,7 +56,7 @@ export function viewCustomReportTemplateById(params) { //修改模板 export function dateTemplateup(data) { return createAxios({ - url: '/harmonic-boot/customReport/updateTemplate', + url: '/cs-harmonic-boot/customReport/updateTemplate', method: 'POST', data }) diff --git a/src/views/govern/reportForms/index.vue b/src/views/govern/reportForms/index.vue index b1cc149..1f67646 100644 --- a/src/views/govern/reportForms/index.vue +++ b/src/views/govern/reportForms/index.vue @@ -35,7 +35,7 @@ const departmentRef = ref() const show = ref(true) const lookShow = ref(true) const tableStore: any = new TableStore({ - url: '/harmonic-boot/customReport/getTemplateList', + url: '/cs-harmonic-boot/customReport/getTemplateList', method: 'POST', isWebPaging: true, column: [ diff --git a/src/views/system/reportForms/index.vue b/src/views/system/reportForms/index.vue index be3b4d6..ea6f4d5 100644 --- a/src/views/system/reportForms/index.vue +++ b/src/views/system/reportForms/index.vue @@ -35,7 +35,7 @@ const departmentRef = ref() const show = ref(true) const lookShow = ref(true) const tableStore: any = new TableStore({ - url: '/harmonic-boot/customReport/getTemplateList', + url: '/cs-harmonic-boot/customReport/getTemplateList', method: 'POST', isWebPaging: true, column: [