Browse Source

update 学生列表多语言更新时列表也更新

dusenyao 2 years ago
parent
commit
84469f030e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/main/curricula_list/student.vue

+ 1 - 0
src/views/main/curricula_list/student.vue

@@ -161,6 +161,7 @@ watch(
   () => {
     getStudentCourseBuyStatusList();
     getFinishStatusList_Course();
+    queryMyCourseList();
   }
 );