diff --git a/src/views/ofm/booking_form.vue b/src/views/ofm/booking_form.vue index 73dff9e1..3683e1dd 100644 --- a/src/views/ofm/booking_form.vue +++ b/src/views/ofm/booking_form.vue @@ -42,7 +42,7 @@ - + @@ -190,7 +190,7 @@ export default { that.getmRoomList(); that.getTid(); if(that.type=='add'){ - that.form.belong_dept = that.$TOOL.data.get("USER_INFO").dept_id; + that.form.belong_dept = that.$TOOL.data.get("USER_INFO").belong_dept; } if(that.type=='edit'||that.type=='show'){ that.form = that.bookingIitem;