From 723c726f7469ba8e55fe06b9aace3dda6562f177 Mon Sep 17 00:00:00 2001
From: zhuo <2089219845@qq.com>
Date: 星期三, 16 四月 2025 10:50:10 +0800
Subject: [PATCH] 质量监督监控修改完成报告

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

diff --git a/src/api/index/report.js b/src/api/index/report.js
index c1329ef..e7a3847 100644
--- a/src/api/index/report.js
+++ b/src/api/index/report.js
@@ -24,3 +24,11 @@
     params: query
   })
 }
+//棣栭〉-->淇敼寰呭姙浜嬮」鐘舵��
+export function triggerModificationStatusToRead(query) {
+  return request({
+    url: '/informationNotification/triggerModificationStatusToRead',
+    method: 'post',
+    data: query
+  })
+}

--
Gitblit v1.9.3