diff --git a/.env.dev b/.env.dev index 4b77c9d8..a8d79477 100644 --- a/.env.dev +++ b/.env.dev @@ -1,8 +1,8 @@ ### # @Author: zhp # @Date: 2024-04-12 14:30:48 - # @LastEditTime: 2024-04-23 15:43:31 - # @LastEditors: zhp + # @LastEditTime: 2024-04-23 17:25:25 + # @LastEditors: DY # @Description: ### # 开发环境配置 diff --git a/src/api/base/coreDepartment.js b/src/api/base/coreDepartment.js index 5e452bc2..97e17190 100644 --- a/src/api/base/coreDepartment.js +++ b/src/api/base/coreDepartment.js @@ -1,7 +1,7 @@ /* * @Author: Do not edit * @Date: 2023-10-21 11:50:46 - * @LastEditTime: 2023-10-30 14:37:28 + * @LastEditTime: 2024-04-19 17:13:24 * @LastEditors: DY * @Description: */ @@ -65,4 +65,13 @@ export function getCoreDepartmentList(query) { method: 'get', params: query }) -} \ No newline at end of file +} + +// 设备获得所有列表 +export function getDepartmentList(query) { + return request({ + url: '/system/dept/list-all-simple', + method: 'get', + params: query + }) +} diff --git a/src/views/equipment/base/inspection/Confirm/add-or-updata.vue b/src/views/equipment/base/inspection/Confirm/add-or-updata.vue index f5b26dce..921f167b 100644 --- a/src/views/equipment/base/inspection/Confirm/add-or-updata.vue +++ b/src/views/equipment/base/inspection/Confirm/add-or-updata.vue @@ -2,7 +2,7 @@ * @Author: zwq * @Date: 2021-11-18 14:16:25 * @LastEditors: DY - * @LastEditTime: 2024-03-25 15:44:49 + * @LastEditTime: 2024-04-22 15:04:40 * @Description: -->