From 4bb288cc165c57be8d82fd443c489c4de889a0a5 Mon Sep 17 00:00:00 2001 From: zty Date: Wed, 15 Oct 2025 13:40:21 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"fix:=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3"=20=E5=9B=9E=E9=80=80=E5=88=B0=2010-11=20=E6=97=A5?= =?UTF-8?q?=E6=9C=80=E5=90=8E=E4=B8=80=E6=AC=A1=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 8722d6de5ddc2c5cc32fcc331d39ac7315f93327. --- src/views/ofm/booking_form.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/ofm/booking_form.vue b/src/views/ofm/booking_form.vue index 0dd96a6c..654cc3fe 100644 --- a/src/views/ofm/booking_form.vue +++ b/src/views/ofm/booking_form.vue @@ -42,7 +42,7 @@ - + @@ -191,7 +191,7 @@ export default { that.getmRoomList(); that.getTid(); if(that.type=='add'){ - that.form.belong_dept = that.$TOOL.data.get("USER_INFO").belong_dept; + that.form.belong_dept = that.$TOOL.data.get("USER_INFO").dept_id; } if(that.type=='edit'||that.type=='show'){ that.form = that.bookingIitem;