feat(xispeak,dq): 列表页新增状态统计栏(未开始/督办中/已逾期/已完成)
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user