Compare commits

..

No commits in common. "61bfe8c21c1901e6b834819ec40f4c01e61d4aa7" and "22c8f79cc345915e2ea57da86fd1e10a5fae8321" have entirely different histories.

1 changed files with 1 additions and 5 deletions

View File

@ -222,11 +222,7 @@ export default {
})
that.$API.ofm.mroomslot.list.req(form).then(res=>{
res.forEach(item=>{
if (item.booking == that.form.id) {
that.timesList[item.slot].isSelect = true;
}else{
that.timesList[item.slot].sloted = true;
}
that.timesList[item.slot].sloted = true;
})
})
},