代客下单修复已下单菜品选中时再添加商品,未取消已下单菜品选中
This commit is contained in:
@@ -1321,6 +1321,7 @@ export default {
|
|||||||
},
|
},
|
||||||
"order.selIndex": function (val, oldval) {
|
"order.selIndex": function (val, oldval) {
|
||||||
console.log(val);
|
console.log(val);
|
||||||
|
this.order.old.selIndex=-1
|
||||||
if (val === -1) {
|
if (val === -1) {
|
||||||
// return (this.order.number = 1);
|
// return (this.order.number = 1);
|
||||||
this.order.cacheNumber = 1;
|
this.order.cacheNumber = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user