Ver código fonte

开放消息

zhangjie 2 anos atrás
pai
commit
3cdc5d81fb
1 arquivos alterados com 1 adições e 1 exclusões
  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) {