Quellcode durchsuchen

fix(其它变更): bug fix

gemercheung vor 2 Jahren
Ursprung
Commit
27bc0b5753
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      src/layouts/default/header/components/notify/index.vue

+ 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();
               },
             });