|
@@ -408,6 +408,10 @@ export default {
|
|
|
},
|
|
|
mounted() {
|
|
|
this.$nextTick(() => {
|
|
|
+ if(localStorage.getItem('stockWatchUserId')&&this.$route.query.person) {
|
|
|
+ let data = JSON.parse(localStorage.getItem('stockWatchUserId'));
|
|
|
+ this.dateValue = [moment(data.timeRange[0]),moment(data.timeRange[1])];
|
|
|
+ }
|
|
|
this.showColumn();
|
|
|
this.getPersonAchievements();
|
|
|
this.getPersonList();
|