|
@@ -567,7 +567,10 @@ export default {
|
|
|
|
|
|
//跳转个人页面
|
|
//跳转个人页面
|
|
toPerson(records) {
|
|
toPerson(records) {
|
|
-
|
|
|
|
|
|
+ let params = {};
|
|
|
|
+ params.person = records.userId;
|
|
|
|
+ params.timeRange = this.dateMiddle;
|
|
|
|
+ localStorage.setItem('stockWatchUserId',JSON.stringify(params));
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|
|
this.$router.push('/modules/stockWatch/modules/keep-person/keep-person?person=' + records.userId );
|
|
this.$router.push('/modules/stockWatch/modules/keep-person/keep-person?person=' + records.userId );
|
|
})
|
|
})
|