From d8944c4764c3fc4b7baf6b5c1586cf17c88b0bb1 Mon Sep 17 00:00:00 2001 From: zhangzengfei <zhangzengfei@smartai.com> Date: 星期三, 23 三月 2022 22:38:20 +0800 Subject: [PATCH] 修改ztree复选框默认为父子联动 --- src/pages/gb28181/index/api.ts | 10 +--------- 1 files changed, 1 insertions(+), 9 deletions(-) diff --git a/src/pages/gb28181/index/api.ts b/src/pages/gb28181/index/api.ts index 7528dc7..dca2858 100644 --- a/src/pages/gb28181/index/api.ts +++ b/src/pages/gb28181/index/api.ts @@ -40,14 +40,6 @@ }); }; -export const getLocalCameraTree = (query: any) => { - return request({ - url: "/data/api-v/area/localmenu", - method: "get", - params: query - }); -}; - export const getGB28181CameraTree = (query: any) => { return request({ url: "/data/api-v/area/gb28181Tree", @@ -69,4 +61,4 @@ method: "post", data: query }); -}; \ No newline at end of file +}; -- Gitblit v1.8.0