Commit e4161651 authored by 华国豪's avatar 华国豪 🙄

1

parent 56b5289c
...@@ -1660,18 +1660,18 @@ ...@@ -1660,18 +1660,18 @@
dj.data.push(ai); dj.data.push(ai);
break; break;
} }
// else { else {
// list.push(ai) list.push(ai)
// } }
} }
// for (let i = 0; i < list.length; i++) { for (let i = 0; i < list.length; i++) {
// Diningdest.push({ Diningdest.push({
// UseTimeStr: ai.UseTimeStr, UseTimeStr: ai.UseTimeStr,
// DiningID: ai.NewDiningID, DiningID: ai.NewDiningID,
// id: ai.NewDiningID + ai.UseTimeStr + ai.UseDinnerTypeStr, id: ai.NewDiningID + ai.UseTimeStr + ai.UseDinnerTypeStr,
// data: [ai] data: [ai]
// }); });
// } }
} }
} }
for (var i = 0; i < Diningdest.length; i++) { for (var i = 0; i < Diningdest.length; i++) {
......
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