增加接收桌台参数

This commit is contained in:
YeMingfei666 2024-07-09 11:14:54 +08:00
parent a821d74884
commit 0408ccf5e5
1 changed files with 3 additions and 0 deletions

View File

@ -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();