From 5767fa4c4942e44d5d2fdc816007b7d50eb45f3b Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Sat, 19 Nov 2022 17:16:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A5=BF=E6=B5=B7=E5=B2=B8=20=E5=BE=85?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E5=88=97=E8=A1=A8=E7=9B=B8=E5=85=B3=E5=BC=80?= =?UTF-8?q?=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/api/home.js | 25 ++- .../views/home/infrastructureApplication.vue | 174 +++++++++++++++++- 2 files changed, 194 insertions(+), 5 deletions(-) diff --git a/front/src/api/home.js b/front/src/api/home.js index 4851a2f0..cb9cbb7d 100644 --- a/front/src/api/home.js +++ b/front/src/api/home.js @@ -2,7 +2,7 @@ * @Author: hisense.wuhongjian * @Date: 2022-04-01 19:19:40 * @LastEditors: Light - * @LastEditTime: 2022-11-18 14:09:20 + * @LastEditTime: 2022-11-19 14:53:29 * @Description: 告诉大家这是什么 */ import request from '@/utils/request' @@ -533,3 +533,26 @@ export function getPolicyCloudService(data) { data, }) } +// 西海岸基础设施待申请列表 +export function willApplyCameraSelect() { + return request({ + url: '/willApplyCamera/select', + method: 'get', + }) +} +// 西海岸基础设施待申请列表新增 +export function willApplyCameraBatchInsert(data) { + return request({ + url: '/willApplyCamera/batchInsert', + method: 'post', + data, + }) +} +// 西海岸基础设施待申请列表删除 +export function willApplyCameraBatchDelete(data) { + return request({ + url: '/willApplyCamera/batchDelete', + method: 'post', + data, + }) +} diff --git a/front/src/views/home/infrastructureApplication.vue b/front/src/views/home/infrastructureApplication.vue index d8688692..ddb63315 100644 --- a/front/src/views/home/infrastructureApplication.vue +++ b/front/src/views/home/infrastructureApplication.vue @@ -2,11 +2,177 @@ * @Author: Light * @Date: 2022-11-18 11:53:43 * @LastEditors: Light - * @LastEditTime: 2022-11-18 11:54:11 + * @LastEditTime: 2022-11-19 17:15:15 * @Description: 告诉大家这是什么 --> - - + +