648540858
2022-01-17 fa346513db53567f6fb610b18889afc2ebbb1670
web_src/src/components/dialog/chooseChannel.vue
@@ -131,11 +131,9 @@
              this.$refs.chooseChannelFoStream.catalogIdChange(id);
            }
        },
        updateChooseChannelCallback (id, nodeIds){
        updateChooseChannelCallback (id){
          console.log("中间模块收到选择通道变化: " + id)
          console.log("中间模块收到选择通道变化: " + nodeIds)
          console.log("中间模块收到选择通道变化: " + typeof (nodeIds))
          this.$refs.chooseChannelForCatalog.refreshCatalogById(id, nodeIds)
          this.$refs.chooseChannelForCatalog.refreshCatalogById(id)
        }
    }
};