首页展示的项目列表数据后面增加显示小组名称

This commit is contained in:
liu.xiaofeng@ebiz-digits.com
2023-12-27 16:43:42 +08:00
parent 22214ab765
commit 76334ae38d
3 changed files with 34 additions and 32 deletions

View File

@@ -45,5 +45,14 @@ export function getDepartmentByProjectNo(data) {
})
}
// 按年份查询登录人所属项目列表
export function getGBCprojectlistByYear(data) {
return request({
url: getUrl('/agent/gbc/project/listByYear', 1),
method: 'post',
data
})
}