From feb922b7edb256a61325a47c98fdfa8766772827 Mon Sep 17 00:00:00 2001 From: wangwei <1610949092@qq.com> Date: Tue, 9 May 2023 17:13:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=91=E7=A5=A8=E5=88=86?= =?UTF-8?q?=E9=A1=B5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/inout/InvoiceCkeck.vue | 3 +-- src/views/inout/InvoiceRegistration.vue | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/inout/InvoiceCkeck.vue b/src/views/inout/InvoiceCkeck.vue index 8cae7e5..262aacc 100644 --- a/src/views/inout/InvoiceCkeck.vue +++ b/src/views/inout/InvoiceCkeck.vue @@ -235,11 +235,10 @@ :total="codeTotal" :page.sync="codeQuery.page" :limit.sync="codeQuery.limit" - @pagination="getOrderDetail" + @pagination="getCodeDetailLists" /> -