Commit ea678cac authored by 赵啸非's avatar 赵啸非

修改考勤汇总

parent ad91f2f3
......@@ -364,7 +364,6 @@ export default {
console.log("search val",val)
newData[item] = this.decodeVal(val);
});
console.log("search val1",val)
return newData;
},
decodeVal(val) {
......
......@@ -159,7 +159,7 @@ public class JobEntity extends JobVo {
public void initAttrValue(){
this.groupId = 0L;
this.groupId = null;
this.groupName = "";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment