diff --git a/openhis-ui-vue3/src/views/basicmanage/warehouseLocation/index.vue b/openhis-ui-vue3/src/views/basicmanage/warehouseLocation/index.vue index 404481ed..2c7a4725 100644 --- a/openhis-ui-vue3/src/views/basicmanage/warehouseLocation/index.vue +++ b/openhis-ui-vue3/src/views/basicmanage/warehouseLocation/index.vue @@ -153,7 +153,7 @@ const { proxy } = getCurrentInstance(); const loading = ref(true); const organization = ref([]); const queryParams = ref({ - locationFormList: [11, 16], + locationFormList: [11, 16, 17], }); const open = ref(false); const form = ref({ @@ -243,14 +243,14 @@ function getPageList() { } function handleAdd() { - title.value = '添加药库药房'; + title.value = '添加库房/药房/耗材库'; open.value = true; editShow.value = false; reset(); } function handelEdit(row) { - title.value = '编辑药库药房'; + title.value = '编辑库房/药房/耗材库'; open.value = true; editShow.value = true; setTimeout(() => {