Commit 782eb582 authored by 华国豪's avatar 华国豪 🙄
parents 992f50c8 f8e86f92
......@@ -346,7 +346,7 @@
that.MyDataList.forEach(item => {
if (item.IsChecked) {
var Nitem = JSON.parse(JSON.stringify(item));
Nitem.NewHotelID = that.HotelId;
Nitem.NewHotelID = that.qMsg.HotelId;
newList.push(Nitem);
}
});
......
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