From fb63e10e7b6753d0bead8e9429f53f30fb45c835 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期五, 28 八月 2026 23:17:42 +0800
Subject: [PATCH] fix: 发货审批的发货日期字段错误

---
 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