处理挂单测试问题
This commit is contained in:
@@ -907,6 +907,10 @@
|
||||
this.currentSelectRoom = null;
|
||||
this.room_bed.bed_items = [];
|
||||
//清空 beds
|
||||
}).catch((error) => {
|
||||
this.$refs.messageModal.open({
|
||||
message: (error.response?.data?.message || error.message)
|
||||
});
|
||||
});
|
||||
},
|
||||
confirmRoomDelete() {
|
||||
|
||||
Reference in New Issue
Block a user