feat(xispeak,dq): 列表页新增状态统计栏(未开始/督办中/已逾期/已完成)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
wsm
2026-07-10 15:07:02 +08:00
co-authored by Claude Opus 4.7
parent f13cf5f3f1
commit 0b1aafccb8
4 changed files with 66 additions and 2 deletions
+4
View File
@@ -17,6 +17,7 @@ enum Api {
getChildList = '/bg/xispeak/bgXiSpeak/childList',
getChildListBatch = '/bg/xispeak/bgXiSpeak/getChildListBatch',
getRootListWithDept = '/bg/xispeak/bgXiSpeak/getRootListWithDept',
statusStats = '/bg/xispeak/bgXiSpeak/statusStats',
}
/**
@@ -45,6 +46,9 @@ export const list = (params) => defHttp.get({ url: Api.list, params });
export const getRootListWithDept = (deptIds: string) => defHttp.get({ url: Api.getRootListWithDept, params: { dept_ids: deptIds } });
export const statusStats = (params) =>
defHttp.get({ url: Api.statusStats, params });
/**
* 删除
* @param params