diff --git a/src/api/hr/people/type.ts b/src/api/hr/people/type.ts
index 38d6446..b825f52 100644
--- a/src/api/hr/people/type.ts
+++ b/src/api/hr/people/type.ts
@@ -5,6 +5,8 @@ export interface searchCriteriaForPeople extends PageQuery{
keywords?:string; //关键字
adminorg?:number; //行政组织
emptype?:number[]; //用工关系
+ days?:string; //
+ teamid?:number; //
}
/**
* 人员基本信息
diff --git a/src/views/hr/archives/index.vue b/src/views/hr/archives/index.vue
index 5ad91f5..d9825ef 100644
--- a/src/views/hr/archives/index.vue
+++ b/src/views/hr/archives/index.vue
@@ -764,6 +764,16 @@ const gainTimeList = () => {
/>
+
+
+
+
diff --git a/src/views/hr/teams/classTime/monthPage.vue b/src/views/hr/teams/classTime/monthPage.vue
index 2582d45..68d5638 100644
--- a/src/views/hr/teams/classTime/monthPage.vue
+++ b/src/views/hr/teams/classTime/monthPage.vue
@@ -50,7 +50,7 @@ const analyban = (id?: any) => {
// console.log("获取每天数据条件", sendData);
analysisMonthRulers(sendData)
.then((data: any) => {
- // console.log("获取排班", data);
+ console.log("获取排班", data);
if (data.data && data.data != null && data.data != "") {
TBody.value = data.data;
}