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: 告诉大家这是什么 --> - - + +