增加接收桌台参数
This commit is contained in:
@@ -258,6 +258,9 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
if(this.$route.query.tableName){
|
||||||
|
this.query.tableName = this.$route.query.tableName
|
||||||
|
}
|
||||||
this.resetQuery = { ...this.query };
|
this.resetQuery = { ...this.query };
|
||||||
this.tbShopPayTypeGet();
|
this.tbShopPayTypeGet();
|
||||||
this.getTableData();
|
this.getTableData();
|
||||||
|
|||||||
Reference in New Issue
Block a user