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

1

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