接口路径修改
This commit is contained in:
@@ -39,7 +39,7 @@ export function delTemplate(data:any) {
|
|||||||
//修改获取数据
|
//修改获取数据
|
||||||
export function getCustomReportTemplateById(params) {
|
export function getCustomReportTemplateById(params) {
|
||||||
return createAxios({
|
return createAxios({
|
||||||
url: '/harmonic-boot/customReport/getCustomReportTemplateById',
|
url: '/cs-harmonic-boot/customReport/getCustomReportTemplateById',
|
||||||
method: 'get',
|
method: 'get',
|
||||||
params
|
params
|
||||||
})
|
})
|
||||||
@@ -48,7 +48,7 @@ export function getCustomReportTemplateById(params) {
|
|||||||
//修改获取数据
|
//修改获取数据
|
||||||
export function viewCustomReportTemplateById(params) {
|
export function viewCustomReportTemplateById(params) {
|
||||||
return createAxios({
|
return createAxios({
|
||||||
url: '/harmonic-boot/customReport/viewCustomReportTemplateById',
|
url: '/cs-harmonic-boot/customReport/viewCustomReportTemplateById',
|
||||||
method: 'get',
|
method: 'get',
|
||||||
params
|
params
|
||||||
})
|
})
|
||||||
@@ -56,7 +56,7 @@ export function viewCustomReportTemplateById(params) {
|
|||||||
//修改模板
|
//修改模板
|
||||||
export function dateTemplateup(data) {
|
export function dateTemplateup(data) {
|
||||||
return createAxios({
|
return createAxios({
|
||||||
url: '/harmonic-boot/customReport/updateTemplate',
|
url: '/cs-harmonic-boot/customReport/updateTemplate',
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
data
|
data
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ const departmentRef = ref()
|
|||||||
const show = ref(true)
|
const show = ref(true)
|
||||||
const lookShow = ref(true)
|
const lookShow = ref(true)
|
||||||
const tableStore: any = new TableStore({
|
const tableStore: any = new TableStore({
|
||||||
url: '/harmonic-boot/customReport/getTemplateList',
|
url: '/cs-harmonic-boot/customReport/getTemplateList',
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
isWebPaging: true,
|
isWebPaging: true,
|
||||||
column: [
|
column: [
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ const departmentRef = ref()
|
|||||||
const show = ref(true)
|
const show = ref(true)
|
||||||
const lookShow = ref(true)
|
const lookShow = ref(true)
|
||||||
const tableStore: any = new TableStore({
|
const tableStore: any = new TableStore({
|
||||||
url: '/harmonic-boot/customReport/getTemplateList',
|
url: '/cs-harmonic-boot/customReport/getTemplateList',
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
isWebPaging: true,
|
isWebPaging: true,
|
||||||
column: [
|
column: [
|
||||||
|
|||||||
Reference in New Issue
Block a user