集团数据看板数据对接

This commit is contained in:
chenlin
2025-11-26 14:13:02 +08:00
parent 735aa22f95
commit 6fc69bc42a
7 changed files with 4657 additions and 1767 deletions

6
src/api/index.ts Normal file
View File

@@ -0,0 +1,6 @@
import request from '@/config/axios'
// 获取外协管理数据
export const getOutsourcingManagementData = (data) => {
return request.post({ url: '/jeelowcode/report-data/list/kb_wx_jt', data })
}