解决系统管理-》基础数据-》库房/药房管理无法添加的耗材库问题的补充

This commit is contained in:
2025-11-07 16:42:19 +08:00
parent 2dcd7ba1d5
commit 3d6977328f

View File

@@ -153,7 +153,7 @@ const { proxy } = getCurrentInstance();
const loading = ref(true); const loading = ref(true);
const organization = ref([]); const organization = ref([]);
const queryParams = ref({ const queryParams = ref({
locationFormList: [11, 16], locationFormList: [11, 16, 17],
}); });
const open = ref(false); const open = ref(false);
const form = ref({ const form = ref({
@@ -243,14 +243,14 @@ function getPageList() {
} }
function handleAdd() { function handleAdd() {
title.value = '添加药库药房'; title.value = '添加库房/药房/耗材库';
open.value = true; open.value = true;
editShow.value = false; editShow.value = false;
reset(); reset();
} }
function handelEdit(row) { function handelEdit(row) {
title.value = '编辑药库药房'; title.value = '编辑库房/药房/耗材库';
open.value = true; open.value = true;
editShow.value = true; editShow.value = true;
setTimeout(() => { setTimeout(() => {