增加接收桌台参数
This commit is contained in:
parent
a821d74884
commit
0408ccf5e5
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue