From 4bb1a5effe3a5810b7cbd20aa0d39ec86378e7f7 Mon Sep 17 00:00:00 2001 From: nizongfeng Date: Tue, 16 Nov 2021 16:05:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A4=E4=BA=92=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/admin/view/receipt_order/index.html | 2 ++ 1 file changed, 2 insertions(+) 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); }