diff --git a/src/api/person.ts b/src/api/person.ts index 6593ccf..accd607 100644 --- a/src/api/person.ts +++ b/src/api/person.ts @@ -43,3 +43,10 @@ data, }) } +// 临时人员列表 +export function getTempPersonListPage(projectId: string) { + return request({ + url: `${prefix}/projectTempWorker?projectId=${projectId}`, + method: 'get', + }) +} diff --git a/src/api/person.ts b/src/api/person.ts index 6593ccf..accd607 100644 --- a/src/api/person.ts +++ b/src/api/person.ts @@ -43,3 +43,10 @@ data, }) } +// 临时人员列表 +export function getTempPersonListPage(projectId: string) { + return request({ + url: `${prefix}/projectTempWorker?projectId=${projectId}`, + method: 'get', + }) +} diff --git a/src/views/alarm/index.vue b/src/views/alarm/index.vue index 88eceb5..b6e13ec 100644 --- a/src/views/alarm/index.vue +++ b/src/views/alarm/index.vue @@ -210,16 +210,15 @@ - + -