fix:预定修改

This commit is contained in:
shijing 2025-09-26 16:30:53 +08:00
parent 5d26c5fee5
commit f802f71800
1 changed files with 1 additions and 0 deletions

View File

@ -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);