From 94af90fa142092998b64a615b35335580614a01d Mon Sep 17 00:00:00 2001
From: panll <1018729+pan648540858@user.noreply.gitee.com>
Date: 星期三, 02 三月 2022 14:23:31 +0800
Subject: [PATCH] !7 rPort 变更了HostAddres也要变 Merge pull request !7 from ckb_test/N/A

---
 web_src/src/components/ParentPlatformList.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/web_src/src/components/ParentPlatformList.vue b/web_src/src/components/ParentPlatformList.vue
index 6960c6a..a3f1120 100644
--- a/web_src/src/components/ParentPlatformList.vue
+++ b/web_src/src/components/ParentPlatformList.vue
@@ -138,7 +138,7 @@
         });
     },
     chooseChannel: function(platform) {
-       this.$refs.chooseChannelDialog.openDialog(platform.serverGBId, this.initData)
+       this.$refs.chooseChannelDialog.openDialog(platform.serverGBId, platform.name, platform.catalogId, this.initData)
     },
     initData: function() {
       this.getPlatformList();

--
Gitblit v1.8.0