From 92e96193189da949ba72cc4ae9e1ca12bdea4f38 Mon Sep 17 00:00:00 2001 From: Luck-Xiaomi <1569717859@qq.com> Date: Wed, 15 Jun 2022 17:18:56 +0800 Subject: [PATCH] . --- src/views/projectFront/laborManage/Payoff/index.vue | 4 ++++ 1 file changed, 4 insertions(+) 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() }) }, /** 查询用户数据 */