From 185530506efda7ea97279e8947141e7a67c9920f Mon Sep 17 00:00:00 2001 From: wanglei Date: Tue, 10 Jun 2025 15:37:10 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=90=9C=E7=B4=A2=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/pay/dayWorkHours/index.vue | 6 ++++-- ruoyi-ui/src/views/pay/employeeInfo/index.vue | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ruoyi-ui/src/views/pay/dayWorkHours/index.vue b/ruoyi-ui/src/views/pay/dayWorkHours/index.vue index f6b6e51..14edf5d 100644 --- a/ruoyi-ui/src/views/pay/dayWorkHours/index.vue +++ b/ruoyi-ui/src/views/pay/dayWorkHours/index.vue @@ -53,7 +53,7 @@ v-for="item in employeeList" :key="item.id" :label="item.name" - :value="item.id"> + :value="item.name"> @@ -663,7 +663,9 @@ export default { // 选择公司 changCompany(id){ this.gsInfo.active_id = id - this.getList() + this.getList(); + this.getDeptTree(); + this.getlistEmployee(); }, /** 查询时员工 */ getlistEmployee() { diff --git a/ruoyi-ui/src/views/pay/employeeInfo/index.vue b/ruoyi-ui/src/views/pay/employeeInfo/index.vue index 22ccde4..944bd9b 100644 --- a/ruoyi-ui/src/views/pay/employeeInfo/index.vue +++ b/ruoyi-ui/src/views/pay/employeeInfo/index.vue @@ -20,7 +20,7 @@ + placeholder="请选择所属部门" style="width: 215px"/>