From d8a764a6d477114b4bd1399a915e186872beb3dc Mon Sep 17 00:00:00 2001
From: zhang_nuo <zhang_12370@163.com>
Date: 星期五, 28 八月 2026 23:10:43 +0800
Subject: [PATCH] 2. 取消采购台账的绑定的销售合同号

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

diff --git a/src/api/system/message.js b/src/api/system/message.js
index dd81cc5..e4d278c 100644
--- a/src/api/system/message.js
+++ b/src/api/system/message.js
@@ -35,6 +35,14 @@
   });
 }
 
+// 娓呴櫎褰撳墠鐢ㄦ埛鐨勫叏閮ㄦ秷鎭�
+export function clearAllMessage() {
+  return request({
+    url: "/system/notice/clearAll",
+    method: "delete",
+  });
+}
+
 // 纭娑堟伅
 export function confirmMessage(noticeId, status) {
   return request({

--
Gitblit v1.9.3