diff --git a/src/api/home/hsgl/index.ts b/src/api/home/hsgl/index.ts
deleted file mode 100644
index b939e73..0000000
--- a/src/api/home/hsgl/index.ts
+++ /dev/null
@@ -1,54 +0,0 @@
-import request from '@/config/axios'
-
-// 会议室管理 VO
-export interface HsglVO {
- id: number // 会议室管理id
- deptId: number
- title: string // 标题
- name: string // 会议室名
- location: string // 会议室地址
- roomType: number // 会议室类型
- manager: string // 会议室管理员
- roomMax: string // 会议室大小
- capacity: number // 容纳人数
- facilities: string // 会议室设备
- roomStatus: number // 使用状态
- photo: string // 会议室照片
- remark: string // 备注
- status: number // 审批状态
- userId: number // 申请人id
- processInstanceId: string // 流程实例的编号
-}
-
-// 会议室管理 API
-export const HsglApi = {
- // 查询会议室管理分页
- getHsglPage: async (params: any) => {
- return await request.get({ url: `/home/hsgl/page`, params })
- },
-
- // 查询会议室管理详情
- getHsgl: async (id: number) => {
- return await request.get({ url: `/home/hsgl/get?id=` + id })
- },
-
- // 新增会议室管理
- createHsgl: async (data: HsglVO) => {
- return await request.post({ url: `/home/hsgl/create`, data })
- },
-
- // 修改会议室管理
- updateHsgl: async (data: HsglVO) => {
- return await request.put({ url: `/home/hsgl/update`, data })
- },
-
- // 删除会议室管理
- deleteHsgl: async (id: number) => {
- return await request.delete({ url: `/home/hsgl/delete?id=` + id })
- },
-
- // 导出会议室管理 Excel
- exportHsgl: async (params) => {
- return await request.download({ url: `/home/hsgl/export-excel`, params })
- },
-}
diff --git a/src/views/Home/hsgl/HsglCreate.vue b/src/views/Home/hsgl/HsglCreate.vue
deleted file mode 100644
index 4a6180b..0000000
--- a/src/views/Home/hsgl/HsglCreate.vue
+++ /dev/null
@@ -1,207 +0,0 @@
-
-
-
- 创建会议室管理流程
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 确 定
-
-
-
-
diff --git a/src/views/Home/hsgl/HsglDetail.vue b/src/views/Home/hsgl/HsglDetail.vue
deleted file mode 100644
index 155386d..0000000
--- a/src/views/Home/hsgl/HsglDetail.vue
+++ /dev/null
@@ -1,157 +0,0 @@
-
-
-
- 会议室管理流程
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/Home/hsgl/HsglForm.vue b/src/views/Home/hsgl/HsglForm.vue
deleted file mode 100644
index 1fbec23..0000000
--- a/src/views/Home/hsgl/HsglForm.vue
+++ /dev/null
@@ -1,197 +0,0 @@
-
-
-
- 创建会议室管理流程
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 确 定
-
-
-
-
diff --git a/src/views/Home/hsgl/bk.vue b/src/views/Home/hsgl/bk.vue
deleted file mode 100644
index c970da0..0000000
--- a/src/views/Home/hsgl/bk.vue
+++ /dev/null
@@ -1,528 +0,0 @@
-
-
-
-
-
-//---------------------------------------------------------------------
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 搜索
- 重置
-
- 新增
-
-
- 导出
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 编辑
-
-
- 删除
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/src/views/Home/hsgl/index.vue b/src/views/Home/hsgl/index.vue
deleted file mode 100644
index 8a0568f..0000000
--- a/src/views/Home/hsgl/index.vue
+++ /dev/null
@@ -1,369 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 搜索
- 重置
- 发起流程
-
-
- 导出
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 详情
-
-
- 进度
-
-
-
-
-
-
-
-
-
-