From 433c452a40cccfae07be67fdaba43d4e8fbd4c81 Mon Sep 17 00:00:00 2001 From: Auora <14587305+auoraasd@user.noreply.gitee.com> Date: Fri, 31 Oct 2025 10:08:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=BA=93=E6=88=BF/=E8=8D=AF?= =?UTF-8?q?=E6=88=BF=E7=AE=A1=E7=90=86=EF=BC=8C=E6=93=8D=E4=BD=9C=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=BC=B9=E7=AA=97=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/basicmanage/warehouseLocation/index.vue | 2 -- 1 file changed, 2 deletions(-) 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;