From 9674af17d8e7ad8f85c9df3b89d99a71d7e39268 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: 星期三, 03 十二月 2025 13:11:09 +0800
Subject: [PATCH] 修改新增

---
 src/api/infrastructureMng/ledger.js |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/src/api/infrastructureMng/ledger.js b/src/api/infrastructureMng/ledger.js
index 45a1b11..56ed2a9 100644
--- a/src/api/infrastructureMng/ledger.js
+++ b/src/api/infrastructureMng/ledger.js
@@ -32,6 +32,14 @@
   })
 }
 
+export function uploadStandingBook(data) {
+  return request({
+    url: '/system/standingBook/importStandingBooks',
+    method: 'post',
+    data: data
+  })
+}
+
 export function getMaintenanceRecordList(query) {
   return request({
     url: '/system/annualMaintenanceRecord/selectAnnualMaintenanceRecordList',

--
Gitblit v1.9.2