Commit 03fc1e1d authored by youjie's avatar youjie

修复bug

parent e91e5292
...@@ -521,7 +521,7 @@ ...@@ -521,7 +521,7 @@
this.datas.DiningSummaryList.forEach(x => { this.datas.DiningSummaryList.forEach(x => {
this.diningList.push({ this.diningList.push({
name: x.DiningName, name: x.DiningName,
id: x.DiningID id: x.OrderID
}) })
}) })
this.diningObj = JSON.parse(JSON.stringify(this.diningList[this.datas.diningIndex])) this.diningObj = JSON.parse(JSON.stringify(this.diningList[this.datas.diningIndex]))
......
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