zhangjie 2 lat temu
rodzic
commit
3cdc5d81fb
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/modules/grading/components/NoticeDialog.vue

+ 1 - 1
src/modules/grading/components/NoticeDialog.vue

@@ -130,7 +130,7 @@ export default {
 
       if (this.IS_MARKER) {
         await this.getMarkerNoticeList();
-        // await this.getNewNotice();
+        await this.getNewNotice();
       }
     },
     visibleChange(visible) {