diff --git a/openhis-ui-vue3/src/views/basicmanage/warehouseLocation/index.vue b/openhis-ui-vue3/src/views/basicmanage/warehouseLocation/index.vue index 391fa168..404481ed 100644 --- a/openhis-ui-vue3/src/views/basicmanage/warehouseLocation/index.vue +++ b/openhis-ui-vue3/src/views/basicmanage/warehouseLocation/index.vue @@ -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;