This commit is contained in:
2025-02-27 13:54:28 +08:00
parent c83a7afadb
commit 8e9b2f6444
36 changed files with 881 additions and 624 deletions

View File

@@ -42,11 +42,11 @@ export function getProductAuto(data) {
}
// 班组自动报表分页
export function getTeamReportPage(query) {
export function getTeamReportPage(data) {
return request({
url: '/monitoring/team-auto-report/page',
method: 'get',
params: query
method: 'post',
data: data
})
}