Browse Source

开放消息

zhangjie 2 years ago
parent
commit
3cdc5d81fb
1 changed files with 1 additions and 1 deletions
  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) {