代客下单增加下单关闭回调,当点餐页面关闭刷新桌台状态
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -103,7 +103,7 @@
|
|||||||
<downloadTableCode :total="total" ref="downloadTableCode" />
|
<downloadTableCode :total="total" ref="downloadTableCode" />
|
||||||
|
|
||||||
<!-- 点餐 -->
|
<!-- 点餐 -->
|
||||||
<table-diancan ref="dianan"></table-diancan>
|
<table-diancan ref="dianan" @close="onDiancanClose"></table-diancan>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -164,6 +164,9 @@ export default {
|
|||||||
this.tbShopAreaGet();
|
this.tbShopAreaGet();
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
onDiancanClose(){
|
||||||
|
this.tbShopTableGet()
|
||||||
|
},
|
||||||
diancanShow(item) {
|
diancanShow(item) {
|
||||||
this.$refs.dianan.open(item);
|
this.$refs.dianan.open(item);
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user