From 7fb9f30c45616421337166d0af9cd7721f3544fe Mon Sep 17 00:00:00 2001 From: wwz <1144797966@qq.com> Date: Sat, 12 Apr 2025 13:45:35 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E4=B8=AD=E5=BF=831?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/notifications/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/notifications/index.vue b/src/views/notifications/index.vue index 96fb805..389b147 100644 --- a/src/views/notifications/index.vue +++ b/src/views/notifications/index.vue @@ -38,7 +38,7 @@ justify-content: center; align-items: center; "> -
+
设为已读 @@ -117,9 +117,9 @@ const matchedProducts = (data: string) => { //删除 async function refAddHaocaiTakinShow(item: any, type: string) { if (type === "delete") { - Api.delete(item.id); + await Api.delete(item.id); } else { - Api.edit({ + await Api.edit({ noticeIdList: [item.id], }); }