Commit c9544f00 authored by 黄奎's avatar 黄奎

优惠劵列表修改

parent 1c51a199
...@@ -571,7 +571,7 @@ ...@@ -571,7 +571,7 @@
checkInLineList: [], checkInLineList: [],
isExpansion: 0, isExpansion: 0,
expansionModel: { expansionModel: {
orderTyperderType: "", orderType: "",
denomination: "", denomination: "",
orderGuestNum: "" orderGuestNum: ""
} }
...@@ -665,7 +665,7 @@ ...@@ -665,7 +665,7 @@
EditItem(item) { EditItem(item) {
if (item.expansionModel === null) { if (item.expansionModel === null) {
item.expansionModel = { item.expansionModel = {
orderTyperderType: "", orderType: "",
denomination: "", denomination: "",
orderGuestNum: "" orderGuestNum: ""
} }
...@@ -823,7 +823,7 @@ ...@@ -823,7 +823,7 @@
this.addMsg.lineteamIdList = item.lineteamIdList this.addMsg.lineteamIdList = item.lineteamIdList
if (item.expansionModel === null) { if (item.expansionModel === null) {
this.addMsg.expansionModel = { this.addMsg.expansionModel = {
orderTyperderType: "", orderType: "",
denomination: "", denomination: "",
orderGuestNum: "" orderGuestNum: ""
} }
......
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