修改接口名称
This commit is contained in:
@@ -11,7 +11,7 @@ export function getIndex() {
|
|||||||
//、查询数据激活报表模板
|
//、查询数据激活报表模板
|
||||||
export function updateTemplateActive(data) {
|
export function updateTemplateActive(data) {
|
||||||
return createAxios({
|
return createAxios({
|
||||||
url: '/harmonic-boot/customReport/updateTemplateActive',
|
url: '/cs-harmonic-boot/customReport/updateTemplateActive',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data
|
data
|
||||||
})
|
})
|
||||||
@@ -30,7 +30,7 @@ export function getTemplateList(data:any) {
|
|||||||
//删除报表模板
|
//删除报表模板
|
||||||
export function delTemplate(data:any) {
|
export function delTemplate(data:any) {
|
||||||
return createAxios({
|
return createAxios({
|
||||||
url: '/harmonic-boot/customReport/delTemplate',
|
url: '/cs-harmonic-boot/customReport/delTemplate',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data
|
data
|
||||||
})
|
})
|
||||||
@@ -74,7 +74,7 @@ export function addTemplate(data:any) {
|
|||||||
//模板对应指标替换
|
//模板对应指标替换
|
||||||
export function getCustomReport(data: any) {
|
export function getCustomReport(data: any) {
|
||||||
return createAxios({
|
return createAxios({
|
||||||
url: '/harmonic-boot/customReport/getCustomReport',
|
url: '/cs-harmonic-boot/customReport/getCustomReport',
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
data
|
data
|
||||||
})
|
})
|
||||||
@@ -82,7 +82,7 @@ export function getCustomReport(data: any) {
|
|||||||
//绑定模板
|
//绑定模板
|
||||||
export function updateBindTemplate(data) {
|
export function updateBindTemplate(data) {
|
||||||
return createAxios({
|
return createAxios({
|
||||||
url: '/harmonic-boot/customReport/updateBindTemplate',
|
url: '/cs-harmonic-boot/customReport/updateBindTemplate',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data
|
data
|
||||||
})
|
})
|
||||||
@@ -90,7 +90,7 @@ export function updateBindTemplate(data) {
|
|||||||
//根据模板ID查询数据
|
//根据模板ID查询数据
|
||||||
export function getDataByTempId(params) {
|
export function getDataByTempId(params) {
|
||||||
return createAxios({
|
return createAxios({
|
||||||
url: '/harmonic-boot/customReport/getDataByTempId',
|
url: '/cs-harmonic-boot/customReport/getDataByTempId',
|
||||||
method: 'get',
|
method: 'get',
|
||||||
params
|
params
|
||||||
})
|
})
|
||||||
@@ -147,7 +147,7 @@ export function updateFile(data) {
|
|||||||
//合格率报告
|
//合格率报告
|
||||||
export function pageTable(data) {
|
export function pageTable(data) {
|
||||||
return createAxios({
|
return createAxios({
|
||||||
url: '/harmonic-boot/qualifiedReport/pageTable',
|
url: '/cs-harmonic-boot/qualifiedReport/pageTable',
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data
|
data
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user