From c7cd6e7b1ed2dc538c9772872922e810d553e121 Mon Sep 17 00:00:00 2001 From: helloDy <1615073571@qq.com> Date: Mon, 22 Apr 2024 15:19:35 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E9=83=A8=E9=97=A8=E6=8D=A2=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.dev | 4 ++-- src/api/base/coreDepartment.js | 13 +++++++++++-- .../base/inspection/Confirm/add-or-updata.vue | 6 +++--- .../equipment/base/inspection/Settings/add.vue | 6 +++--- .../Confirm/WaitingList--add--unplanned.vue | 2 +- .../maintain/Confirm/WaitingListPlanned--edit.vue | 2 +- .../maintain/Confirm/WaitingListUnplanned--edit.vue | 2 +- .../base/maintain/PlanConfig/add-or-updata.vue | 6 +++--- .../qualityInspectionBoxBtn/dialogForm.vue | 12 +++++++++++- .../basicData/qualityInspectionBoxBtn/index.vue | 3 ++- 10 files changed, 38 insertions(+), 18 deletions(-) diff --git a/.env.dev b/.env.dev index 72036ff0..229e5434 100644 --- a/.env.dev +++ b/.env.dev @@ -1,8 +1,8 @@ ### # @Author: zhp # @Date: 2024-04-12 14:30:48 - # @LastEditTime: 2024-04-12 14:31:16 - # @LastEditors: zhp + # @LastEditTime: 2024-04-22 15:19:09 + # @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: -->