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; });