Commit 39afe51d authored by youjie's avatar youjie

no message

parent b57da784
......@@ -121,13 +121,11 @@
if(data.total<1||data.total>data.hotelInfor.RemainingInventory){
message.errorMsg(`${t('hotel.shopping.small')}1${t('hotel.shopping.big')}${data.hotelInfor.RemainingInventory}`)
}
HotelCarList.value = []
data.parameters.DetailList.forEach(item=>{
if(item.Number>0){
HotelCarList.value.push(item)
HotelCarList._value.push(item)
}
})
console.log(HotelCarList.value)
},
setList(){
data.parameters.DetailList = [] as Array<any>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment