From e7d37528242f0cb197cca81b7bed16815546748e Mon Sep 17 00:00:00 2001
From: llj <132905093+newwwwwwtree@users.noreply.github.com>
Date: 星期四, 22 一月 2026 08:53:37 +0800
Subject: [PATCH] 费用结算单列表
---
src/views/logistics/WayBillPaymentBill/YF_PayMentOtherBillTranList.vue | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/views/logistics/WayBillPaymentBill/YF_PayMentOtherBillTranList.vue b/src/views/logistics/WayBillPaymentBill/YF_PayMentOtherBillTranList.vue
index 215cd36..9a7ea9e 100644
--- a/src/views/logistics/WayBillPaymentBill/YF_PayMentOtherBillTranList.vue
+++ b/src/views/logistics/WayBillPaymentBill/YF_PayMentOtherBillTranList.vue
@@ -376,6 +376,7 @@
if (this.pageSize == 0) {
this.pageSize = 50;
}
+ console.log(this.$baseUrl);
// 鍒楄〃
axios
.get(this.$baseUrl + "/YF_PayMentOtherBillTran/YF_PayMentOtherBillMainList", {
--
Gitblit v1.9.1