From 3f56b39e70ffa731b68a9100b5b62e91d1765e09 Mon Sep 17 00:00:00 2001 From: wanglei Date: Fri, 23 May 2025 17:21:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=91=98=E5=B7=A5=E7=AE=A1=E7=90=86=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/employeeInfo/index.vue | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/ruoyi-ui/src/views/pay/employeeInfo/index.vue b/ruoyi-ui/src/views/pay/employeeInfo/index.vue index d3346c5..f75ac99 100644 --- a/ruoyi-ui/src/views/pay/employeeInfo/index.vue +++ b/ruoyi-ui/src/views/pay/employeeInfo/index.vue @@ -536,12 +536,7 @@ export default { newHour: [ { required: true, message: "修改每日应出勤小时数不能为空", trigger: "blur" } ] - }, - hours: [ - {name: '8'}, - {name: '8.5'}, - {name: '9'} - ], + } }; }, created() { @@ -581,6 +576,7 @@ export default { /** 查询员工信息列表 */ getList() { this.loading = true; + this.queryParams.tenantId = this.gsInfo.active_id; listEmployeeInfo(this.queryParams).then(response => { this.employeeInfoList = response.rows; this.total = response.total;