|
@ -60,17 +60,17 @@ export class GfAssistantListItemComponent |
|
|
} else if (this.item?.mode === SearchMode.ASSET_PROFILE) { |
|
|
} else if (this.item?.mode === SearchMode.ASSET_PROFILE) { |
|
|
this.queryParams = { |
|
|
this.queryParams = { |
|
|
assetProfileDialog: true, |
|
|
assetProfileDialog: true, |
|
|
dataSource: this.item?.dataSource, |
|
|
dataSource: this.item.dataSource, |
|
|
symbol: this.item?.symbol |
|
|
symbol: this.item.symbol |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
this.routerLink = |
|
|
this.routerLink = |
|
|
internalRoutes.adminControl.subRoutes.marketData.routerLink; |
|
|
internalRoutes.adminControl.subRoutes.marketData.routerLink; |
|
|
} else if (this.item?.mode === SearchMode.HOLDING) { |
|
|
} else if (this.item?.mode === SearchMode.HOLDING) { |
|
|
this.queryParams = { |
|
|
this.queryParams = { |
|
|
dataSource: this.item?.dataSource, |
|
|
dataSource: this.item.dataSource, |
|
|
holdingDetailDialog: true, |
|
|
holdingDetailDialog: true, |
|
|
symbol: this.item?.symbol |
|
|
symbol: this.item.symbol |
|
|
}; |
|
|
}; |
|
|
|
|
|
|
|
|
this.routerLink = []; |
|
|
this.routerLink = []; |
|
|