系统多岗部门人员查询
This commit is contained in:
parent
60d6e00f2b
commit
0b4a4cdd92
|
@ -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)
|
||||
})
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue