From 5287077531b0c45031842b1e5ec3f3b9314ba234 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: Thu, 13 Nov 2025 16:39:08 +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