|
|
|
|
@ -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) => {
|
|
|
|
|
|