Commit 788737d9 authored by 张锡奇's avatar 张锡奇

upload

parent e5bbe026
......@@ -203,7 +203,7 @@ export default {
let res = await this.request('getStatisticalDetails',{
data:[
{key:'url',value:'HealthLog'},
{key:'dDate',value: this.$route.query.dDate},
{key:'dDate',value: util.dateFormat(new Date(this.$route.query.dDate),"yyyy-MM-dd")},
{key:"openid",value:this.value.sCreateAppid}
],
params:{},
......
......@@ -521,7 +521,7 @@ export default {
this.$router.push({name:'healthCardStatisticsList',params:{type:type}});
},
routerToPunchClockDetail(item){
this.$router.push({name:'punchClockDetail',params:{id:'1',address:'1',openId:this.openId},query:{readOnly:true,dDate:this.hdr.dDate}})
this.$router.push({name:'punchClockDetail',params:{id:'1',address:'1',openId:this.openId},query:{readOnly:true,dDate:new Date(this.hdr.dDate).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