Commit d618e641 authored by 张锡奇's avatar 张锡奇

upload

parent d5e86346
...@@ -537,7 +537,7 @@ export default { ...@@ -537,7 +537,7 @@ export default {
this.$router.push({name:'healthCardStatisticsList',params:{type:type}}); this.$router.push({name:'healthCardStatisticsList',params:{type:type}});
}, },
routerToPunchClockDetail(item){ routerToPunchClockDetail(item){
this.$router.push({name:'punchClockDetail',params:{id:'1',address:'1',openId:this.openId},query:{readOnly:'true',dDate:new Date(this.hdr.dDate).getTime()}}) this.$router.push({name:'punchClockDetail',params:{id:'1',address:'1',openId:item.sCreateAppid},query:{readOnly:'true',dDate:new Date(Util.dateFormat(this.hdr.dDate,'yyyy-MM-dd')).getTime()}})
} }
} }
} }
......
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