From ed884ae2771372d0429a50f495f320d997537891 Mon Sep 17 00:00:00 2001 From: shih <510524130@qq.com> Date: Mon, 13 Apr 2026 20:04:51 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E7=B1=BB=E5=9E=8B=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/sblx/index.ts | 4 ++- src/views/system/sblx/index.vue | 47 ++++++++++++++++++++++++++++++--- 2 files changed, 46 insertions(+), 5 deletions(-) diff --git a/src/api/system/sblx/index.ts b/src/api/system/sblx/index.ts index ec94e23..ddd2b0e 100644 --- a/src/api/system/sblx/index.ts +++ b/src/api/system/sblx/index.ts @@ -7,6 +7,8 @@ export interface SblxVO { parentId: number sort: number createTime: Date + deptId?: number + deptName?: string } // 查询设备类型(精简)列表 @@ -37,4 +39,4 @@ export const updateSblx = async (params: SblxVO) => { // 删除设备类型 export const deleteSblx = async (id: number) => { return await request.delete({ url: '/system/sblx/delete?id=' + id }) -} \ No newline at end of file +} diff --git a/src/views/system/sblx/index.vue b/src/views/system/sblx/index.vue index 5581ec1..4c023bc 100644 --- a/src/views/system/sblx/index.vue +++ b/src/views/system/sblx/index.vue @@ -29,6 +29,15 @@ style="width: 366px" /> +