Commit cf2bdcbf authored by Mac's avatar Mac
parents 6b692f8d 8b1bf1cb
......@@ -243,14 +243,14 @@
x.DiningReserveType = x.DiningReserveType.toString();
this.calculationPrice(x);
item.DinnerList.push({
Name: x.NewDiningName,
RealName: x.RealName,
ID: x.NewDiningID
})
if (x.ReserveNo == '' || x.ReserveNo == null) {
x.ReserveNo = this.$route.query.NewCombinationNum;;
}
})
})
});
} else {
this.Error(res.data.message);
}
......
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