Commit 0ff3f166 authored by youjie's avatar youjie

no message

parent db747bf2
...@@ -278,7 +278,7 @@ ...@@ -278,7 +278,7 @@
Month: 0, Month: 0,
DiningID: 0, DiningID: 0,
DiningIDList:[], DiningIDList:[],
DiningIDs: [], DiningIDs: '',
QStatus:0, QStatus:0,
loading: false, loading: false,
uid:0, uid:0,
...@@ -300,7 +300,7 @@ ...@@ -300,7 +300,7 @@
}; };
}, },
methods: { methods: {
// 多选餐厅 // 多选
getMultipleChoice(){ getMultipleChoice(){
if(this.msg.DiningIDList.length>1){ if(this.msg.DiningIDList.length>1){
if(this.msg.DiningIDList.at(-1)==0){ if(this.msg.DiningIDList.at(-1)==0){
...@@ -319,7 +319,6 @@ ...@@ -319,7 +319,6 @@
this.msg.DiningID = this.msg.DiningIDList[0] this.msg.DiningID = this.msg.DiningIDList[0]
this.msg.DiningIDs = '' this.msg.DiningIDs = ''
} }
}, },
stockColor: function (type) { stockColor: function (type) {
if (type === 1) { if (type === 1) {
......
...@@ -280,7 +280,7 @@ ...@@ -280,7 +280,7 @@
Month: 0, Month: 0,
CouponsId: 0, CouponsId: 0,
CouponsIdList:[], CouponsIdList:[],
CouponsIds: [], CouponsIds: '',
QStatus: 0, QStatus: 0,
loading: false, loading: false,
uid:0, uid:0,
......
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