Merge branch 'master' of http://gitea.xxhhcty.xyz:8080/zcdsj/factory_web
This commit is contained in:
commit
973d3485ed
|
|
@ -222,7 +222,11 @@ 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