From a7f16e7bfc7802777f7da404dcfe101483f38917 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: Mon, 09 Feb 2026 17:24:29 +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