From 19025c644274114e13758eb6c8de9db1be6b0935 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E6=94=BF?= <3443290081@qq.com> Date: Fri, 13 Mar 2026 09:39:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/edgebox/EdgeBox/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/edgebox/EdgeBox/index.vue b/src/views/edgebox/EdgeBox/index.vue index 33df8b2..3bfdce1 100644 --- a/src/views/edgebox/EdgeBox/index.vue +++ b/src/views/edgebox/EdgeBox/index.vue @@ -164,6 +164,7 @@ const openAddChannel=(title:string, row:any)=>{ getTreeData:getTreePreview, getBoundCameraList: () => getBoundCameraListApi({ boxId: row.id }), }; + EdgeBoxTransferRef.value.acceptParams(params); } const openAddEdit = async(title: string, row: any = {}, isAdd = true) => {