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

修改考勤汇总

parent ad91f2f3
...@@ -364,7 +364,6 @@ export default { ...@@ -364,7 +364,6 @@ export default {
console.log("search val",val) console.log("search val",val)
newData[item] = this.decodeVal(val); newData[item] = this.decodeVal(val);
}); });
console.log("search val1",val)
return newData; return newData;
}, },
decodeVal(val) { decodeVal(val) {
......
...@@ -159,7 +159,7 @@ public class JobEntity extends JobVo { ...@@ -159,7 +159,7 @@ public class JobEntity extends JobVo {
public void initAttrValue(){ public void initAttrValue(){
this.groupId = 0L; this.groupId = null;
this.groupName = ""; 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