diff --git a/src/views/projectFront/laborManage/Payoff/index.vue b/src/views/projectFront/laborManage/Payoff/index.vue index e3d36c13..73dfc4a7 100644 --- a/src/views/projectFront/laborManage/Payoff/index.vue +++ b/src/views/projectFront/laborManage/Payoff/index.vue @@ -272,6 +272,10 @@ export default { this.queryParams.enterpriseId = this.projectList[this.activeIndex].enterpriseId; // 查询数据 this.getList() + // 查询班组列表 + this.getTeamList() + // 查询部门列表 + this.getDepartmentList() }) }, /** 查询用户数据 */