解决库房/药房管理,操作编辑弹窗问题

This commit is contained in:
Auora
2025-10-31 10:08:59 +08:00
parent a1be7fdbfd
commit 433c452a40

View File

@@ -250,7 +250,6 @@ function handleAdd() {
} }
function handelEdit(row) { function handelEdit(row) {
console.log(warehous_type);
title.value = '编辑药库药房'; title.value = '编辑药库药房';
open.value = true; open.value = true;
editShow.value = true; editShow.value = true;
@@ -281,7 +280,6 @@ function submitForm() {
getPageList(); getPageList();
}); });
} else { } else {
alert('456789');
updateWarehouse(form.value).then((res) => { updateWarehouse(form.value).then((res) => {
proxy.$modal.msgSuccess('操作成功'); proxy.$modal.msgSuccess('操作成功');
open.value = false; open.value = false;