From ae5f1ea03be87c76e0eefd0a00c34dab4163ec56 Mon Sep 17 00:00:00 2001 From: gaoluyang <2820782392@qq.com> Date: 星期二, 02 九月 2025 15:01:05 +0800 Subject: [PATCH] 启动页样式修改 --- src/pages/sales/receiptPaymentLedger/detail.vue | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/pages/sales/receiptPaymentLedger/detail.vue b/src/pages/sales/receiptPaymentLedger/detail.vue index ba9cd96..d366154 100644 --- a/src/pages/sales/receiptPaymentLedger/detail.vue +++ b/src/pages/sales/receiptPaymentLedger/detail.vue @@ -115,6 +115,8 @@ const param = { customerId: customerId.value, + current: -1, + size: -1 }; customerInteractions(param).then((res) => { -- Gitblit v1.9.3