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"/>