From 6749fc51f07d9824640c4c2508ff242b8850a323 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 21 四月 2026 10:44:01 +0800
Subject: [PATCH] 湟水峡 1.bug修改

---
 src/api/viewIndex.js |   17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/src/api/viewIndex.js b/src/api/viewIndex.js
index 8b5d144..fa91232 100644
--- a/src/api/viewIndex.js
+++ b/src/api/viewIndex.js
@@ -144,12 +144,19 @@
 
 // 绾垮舰鍥�
 export const getAmountHalfYear = () => {
-  return request({
-    url: "/sales/ledger/getAmountHalfYear",
-    method: "get",
-  });
-};
+    return request({
+        url: '/sales/ledger/getAmountHalfYear',
+        method: 'get'
+    })
+}
 
+// 棣栭〉-寰呭洖娆炬彁閱�
+export const overdueReceivable = () => {
+    return request({
+        url: '/home/overdueReceivable',
+        method: 'get'
+    })
+}
 // 鍚勭敓浜ц鍗曠殑瀹屾垚杩涘害缁熻
 // /home/progressStatistics
 export const getProgressStatistics = () => {

--
Gitblit v1.9.3