From e1034e8661e811215809a2a375767d50ccd32541 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: 星期二, 14 十月 2025 08:51:38 +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