diff --git a/src/views/enterprise_management/department/components/add.vue b/src/views/enterprise_management/department/components/add.vue index 5a241d0..7e0093a 100644 --- a/src/views/enterprise_management/department/components/add.vue +++ b/src/views/enterprise_management/department/components/add.vue @@ -4,7 +4,7 @@ :title="type === 'add' ? '新增' : '修改'" :before-close="fnClose" > - + {{ parentName }} @@ -49,6 +49,14 @@ + + + + + + 修改 + + 定位 + 删除 @@ -149,6 +152,10 @@ const fnAddOrEdit = async (VIDEOMANAGER_ID, type) => { data.addDialog.form = resData.pd; } }; +const fnSetPositioning = async () => { + // 接口路径 /videomanager/setPositioning + // 参数 {"camId":1,"lon":119.44794324054146,"lat":39.91841473114172,"alt":12.189401230148036} +}; const fnUpToBi = async (VIDEOMANAGER_ID) => { await ElMessageBox.confirm("确定要置顶吗?置顶后将会默认展示在Bi页", { type: "warning",