diff --git a/src/pages/fg/receiptByPlan.vue b/src/pages/fg/receiptByPlan.vue index 2ff76871..7cdb16ec 100644 --- a/src/pages/fg/receiptByPlan.vue +++ b/src/pages/fg/receiptByPlan.vue @@ -182,6 +182,7 @@ const initList = () => { showList.value = [] loadingType.value = '' showList.value = getDataPage(index.value, pageSize.value) + dataContent.value.handleQty = showList.value.length; } const getDataPage = (pageNo, pageSize) => { // 计算总页数