From 1a7ff0a6868601d0e842dfe9e6b674d6110e0c36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B6=E9=94=A6=E6=B6=9B?= <26050301730@qq.com> Date: Thu, 20 Nov 2025 08:58:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/catalog/device/components/deviceDialog.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openhis-ui-vue3/src/views/catalog/device/components/deviceDialog.vue b/openhis-ui-vue3/src/views/catalog/device/components/deviceDialog.vue index 49039725..d0e00ccc 100644 --- a/openhis-ui-vue3/src/views/catalog/device/components/deviceDialog.vue +++ b/openhis-ui-vue3/src/views/catalog/device/components/deviceDialog.vue @@ -497,7 +497,7 @@ function getDeptTree() { /** 查询地点下拉树结构 */ function getLocationTree() { - locationTreeSelect({ formList: '11,16' }).then((response) => { + locationTreeSelect({ formList: '11,16,17' }).then((response) => { console.log(response, 'response查询部门下拉树结构'); locationOptions.value = response.data.records; });