Compare commits
No commits in common. "61bfe8c21c1901e6b834819ec40f4c01e61d4aa7" and "22c8f79cc345915e2ea57da86fd1e10a5fae8321" have entirely different histories.
61bfe8c21c
...
22c8f79cc3
|
|
@ -222,11 +222,7 @@ export default {
|
||||||
})
|
})
|
||||||
that.$API.ofm.mroomslot.list.req(form).then(res=>{
|
that.$API.ofm.mroomslot.list.req(form).then(res=>{
|
||||||
res.forEach(item=>{
|
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;
|
||||||
}
|
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue