解决库房/药房管理,操作编辑弹窗问题
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user