Kaynağa Gözat

fix(其它变更): bug fix

gemercheung 2 yıl önce
ebeveyn
işleme
27bc0b5753

+ 2 - 0
src/layouts/default/header/components/notify/index.vue

@@ -59,6 +59,7 @@
               title: list.title,
               content: list.content,
               onOk: async () => {
+                await fetchNotice();
                 await readAllApi();
               },
             });
@@ -68,6 +69,7 @@
               title: list.title,
               content: `<img style="margin:0 auto" src="${list.content}"/>`,
               onOk: async () => {
+                await fetchNotice();
                 await readAllApi();
               },
             });