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;