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) {