From 0b4a4cdd923e7e4f41e74a6786337bb4b5f04f03 Mon Sep 17 00:00:00 2001 From: shijing Date: Thu, 16 Mar 2023 10:08:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E5=A4=9A=E5=B2=97=E9=83=A8?= =?UTF-8?q?=E9=97=A8=E4=BA=BA=E5=91=98=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/hrm/clock_record.vue | 2 +- src/views/sys/user.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/hrm/clock_record.vue b/src/views/hrm/clock_record.vue index 5fd21988..0c4a4d25 100644 --- a/src/views/hrm/clock_record.vue +++ b/src/views/hrm/clock_record.vue @@ -203,7 +203,7 @@ getOneData(id){ let that = this; return new Promise((resolve,reject)=>{ - that.$API.hrm.clock_record.list.req({page:1,page_size:400,year:that.query.year,month:that.query.month,employee:id}) + that.$API.hrm.clock_record.list.req({page:1,page_size:499,type__in:'10,20',year:that.query.year,month:that.query.month,employee:id}) .then(res=>{ resolve(res.results) }) diff --git a/src/views/sys/user.vue b/src/views/sys/user.vue index 940ebbba..4e45ebd7 100644 --- a/src/views/sys/user.vue +++ b/src/views/sys/user.vue @@ -415,7 +415,7 @@ export default { groupClick(data) { console.log(data); // debugger; - this.$refs.table.queryData({ belong_dept: data.id }); + this.$refs.table.queryData({ depts: data.id }); }, //搜索 handleQuery() {