diff --git a/application/admin/view/receipt_order/index.html b/application/admin/view/receipt_order/index.html index 17dbc4d..f794113 100755 --- a/application/admin/view/receipt_order/index.html +++ b/application/admin/view/receipt_order/index.html @@ -495,6 +495,7 @@ type: 'success' }); this.getOrderMainData(this.orderMainListSearch.pageNum) + this.getData(this.search.pageNum) } else { this.$message.error(response.msg); } @@ -527,6 +528,7 @@ type: 'success' }); this.getOrderMainData(this.orderMainListSearch.pageNum) + this.getData(this.search.pageNum) } else { this.$message.error(response.msg); }