提交更改版本

This commit is contained in:
zhujiyan
2024-07-22 10:35:01 +08:00
parent 33a41b9d7a
commit bccf61c6d1
31 changed files with 180231 additions and 443 deletions

View File

@@ -26,7 +26,7 @@ export function getTemplateList(data:any) {
})
}
//删除报表模板
export function delTemplate(data) {
export function delTemplate(data:any) {
return createAxios({
url: '/harmonic-boot/customReport/delTemplate',
method: 'post',