From dd2006d2d24ffffbdf1d30867fe2bfc19adb4a84 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: 星期三, 19 十一月 2025 09:49:44 +0800
Subject: [PATCH] 修改新增

---
 src/api/monthlyInspectionRecord/index.js |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/api/monthlyInspectionRecord/index.js b/src/api/monthlyInspectionRecord/index.js
index 7be3549..6becc4c 100644
--- a/src/api/monthlyInspectionRecord/index.js
+++ b/src/api/monthlyInspectionRecord/index.js
@@ -7,6 +7,13 @@
         params: params
     })
 }
+export function getMonthlyRecordById(params) {
+    return request({
+        url: 'market/monthly/listByid',
+        method: 'get',
+        params: params
+    })
+}
 
 export function addMonthlyRecord(data) {
     return request({

--
Gitblit v1.9.2