解决库房/药房管理,操作编辑弹窗问题
This commit is contained in:
@@ -250,7 +250,6 @@ function handleAdd() {
|
||||
}
|
||||
|
||||
function handelEdit(row) {
|
||||
console.log(warehous_type);
|
||||
title.value = '编辑药库药房';
|
||||
open.value = true;
|
||||
editShow.value = true;
|
||||
@@ -281,7 +280,6 @@ function submitForm() {
|
||||
getPageList();
|
||||
});
|
||||
} else {
|
||||
alert('456789');
|
||||
updateWarehouse(form.value).then((res) => {
|
||||
proxy.$modal.msgSuccess('操作成功');
|
||||
open.value = false;
|
||||
|
||||
Reference in New Issue
Block a user