增加接收桌台参数

This commit is contained in:
2024-07-09 11:14:54 +08:00
parent a821d74884
commit 0408ccf5e5

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