summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/src/app/views/services/intent-based-services/intent-based-services.component.ts
diff options
context:
space:
mode:
authorliuwh7 <liuwh7@asiainfo.com>2022-03-29 14:37:38 +0800
committerliuwh7 <liuwh7@asiainfo.com>2022-03-29 14:37:52 +0800
commit841ef0d6f86a17105c92e44683e796b829962f52 (patch)
treeff2858d18ca0debdaabf214c3b66aaafcc84cdfb /usecaseui-portal/src/app/views/services/intent-based-services/intent-based-services.component.ts
parent5d7bec14a9e18d7de0f1b228f9b396a810eb5b47 (diff)
fix: after submit to new page
Signed-off-by: liuwh7 <liuwh7@asiainfo.com> Change-Id: I945a645748991d13b3195f3390642bfb2ef5a3e7 Issue-ID: REQ-1075
Diffstat (limited to 'usecaseui-portal/src/app/views/services/intent-based-services/intent-based-services.component.ts')
-rw-r--r--usecaseui-portal/src/app/views/services/intent-based-services/intent-based-services.component.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/usecaseui-portal/src/app/views/services/intent-based-services/intent-based-services.component.ts b/usecaseui-portal/src/app/views/services/intent-based-services/intent-based-services.component.ts
index 2d6f59d2..0017f624 100644
--- a/usecaseui-portal/src/app/views/services/intent-based-services/intent-based-services.component.ts
+++ b/usecaseui-portal/src/app/views/services/intent-based-services/intent-based-services.component.ts
@@ -15,7 +15,12 @@ export class IntentBasedServicesComponent implements OnInit {
ngOnInit() {
}
+
handleTabChange($event): void {
this.selectedIndex = $event.index;
}
+
+ toCloudPage() {
+ this.selectedIndex = 1;
+ }
} \ No newline at end of file