diff --git a/src/api/GBC/GBC.js b/src/api/GBC/GBC.js index 54876917a..b35f66e8f 100644 --- a/src/api/GBC/GBC.js +++ b/src/api/GBC/GBC.js @@ -45,5 +45,14 @@ export function getDepartmentByProjectNo(data) { }) } +// 按年份查询登录人所属项目列表 +export function getGBCprojectlistByYear(data) { + return request({ + url: getUrl('/agent/gbc/project/listByYear', 1), + method: 'post', + data + }) +} + diff --git a/src/views/GBC/home.vue b/src/views/GBC/home.vue index 01ca36aac..df1cbeed9 100644 --- a/src/views/GBC/home.vue +++ b/src/views/GBC/home.vue @@ -46,7 +46,12 @@
{{ii.projectName}}
服务起止日期{{ii.startDate}}至{{ii.endDate}}
@@ -20,6 +20,7 @@