From 10a9374db3d1be5f5a7d7598ca0497831e435448 Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Thu, 8 Aug 2024 11:57:05 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=96=B0=E8=AE=A1=E7=AE=97=E6=95=B0?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/fg/receiptByPlan.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/fg/receiptByPlan.vue b/src/pages/fg/receiptByPlan.vue index bb5cef4f..c62e9dcd 100644 --- a/src/pages/fg/receiptByPlan.vue +++ b/src/pages/fg/receiptByPlan.vue @@ -218,6 +218,8 @@ import { nextTick } from 'vue'; this.showList = [] this.loadingType = ""; this.showList = this.getDataPage(this.index, this.pageSize) + this.dataContent.handleQty = this.showList.length; + }, getDataPage(pageNo, pageSize) {