Commit f8e86f92 authored by 黄奎's avatar 黄奎

酒店工作表修改

parent d76a0df4
......@@ -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