fix:预定修改
This commit is contained in:
parent
5d26c5fee5
commit
f802f71800
|
@ -168,6 +168,7 @@ export default {
|
||||||
that.getmRoomList();
|
that.getmRoomList();
|
||||||
that.getTid();
|
that.getTid();
|
||||||
if(that.type=='edit'){
|
if(that.type=='edit'){
|
||||||
|
that.form = that.bookingIitem;
|
||||||
that.mroomName = that.bookingIitem.mroom_name;
|
that.mroomName = that.bookingIitem.mroom_name;
|
||||||
that.bookingTitle = that.mroomName+"预定";
|
that.bookingTitle = that.mroomName+"预定";
|
||||||
that.handleEidt(that.editId);
|
that.handleEidt(that.editId);
|
||||||
|
|
Loading…
Reference in New Issue