From fa346513db53567f6fb610b18889afc2ebbb1670 Mon Sep 17 00:00:00 2001 From: 648540858 <648540858@qq.com> Date: 星期一, 17 一月 2022 16:46:28 +0800 Subject: [PATCH] 优化级联选择通道页面添加方式 --- web_src/src/components/dialog/chooseChannel.vue | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/web_src/src/components/dialog/chooseChannel.vue b/web_src/src/components/dialog/chooseChannel.vue index cc810c9..ebca9dd 100644 --- a/web_src/src/components/dialog/chooseChannel.vue +++ b/web_src/src/components/dialog/chooseChannel.vue @@ -70,7 +70,8 @@ platformName: "", defaultCatalogId: "", showDialog: false, - chooseData: {} + chooseData: {}, + winHeight: window.innerHeight - 250, }; }, @@ -130,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) } } }; -- Gitblit v1.8.0