mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-09 16:56:43 +08:00
location reload
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user