代客下单增加折扣

This commit is contained in:
2024-08-29 18:10:01 +08:00
parent 891ab22903
commit 36b307fbbe
4 changed files with 350 additions and 85 deletions

View File

@@ -128,9 +128,7 @@ export default {
},
},
mounted() {
cacheData = { ...this.query };
this.getTableData();
this.getShopInfo();
// this.getTableData();
},
methods: {
cellClick(user){
@@ -155,6 +153,7 @@ export default {
this.show = false;
},
open() {
this.getTableData();
this.show = true;
},
toPage(type) {