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