Commit c9544f00 authored by 黄奎's avatar 黄奎

优惠劵列表修改

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