location reload

This commit is contained in:
huichao
2020-07-27 17:52:40 +08:00
parent 3429102c66
commit f21f4eeb3c

View File

@@ -87,7 +87,7 @@ export default {
}
], // 对象数组形式的标记日期,可以自定义标记颜色
// 所有的行事历任务
isShowWeek: true,
isShowWeek: false,
workTime:'',
workTimeOff:'',
count:'',
@@ -107,6 +107,7 @@ export default {
}
},
created(){
location.reload()
// console.log(JSON.parse(window.localStorage.getItem('obj1')).time)
this.date1=new Date(JSON.parse(window.localStorage.getItem('obj1')).time)
this.time=JSON.parse(window.localStorage.getItem('obj1')).time