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;