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: [