zhangjie 2 سال پیش
والد
کامیت
3cdc5d81fb
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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) {