Compare commits
2 Commits
22c8f79cc3
...
61bfe8c21c
| Author | SHA1 | Date |
|---|---|---|
|
|
61bfe8c21c | |
|
|
15d3e64f02 |
|
|
@ -222,7 +222,11 @@ export default {
|
|||
})
|
||||
that.$API.ofm.mroomslot.list.req(form).then(res=>{
|
||||
res.forEach(item=>{
|
||||
that.timesList[item.slot].sloted = true;
|
||||
if (item.booking == that.form.id) {
|
||||
that.timesList[item.slot].isSelect = true;
|
||||
}else{
|
||||
that.timesList[item.slot].sloted = true;
|
||||
}
|
||||
})
|
||||
})
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue