Michael Wang 3 anos atrás
pai
commit
2c8b1f2fb0
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      src/features/student/inspect/Inspect.vue

+ 1 - 1
src/features/student/inspect/Inspect.vue

@@ -104,7 +104,7 @@ async function updateTask() {
     res = await getOneOfStuTask();
   }
   message.success({
-    content: res.data.libraryId ? "获取成功" : "无任务",
+    content: res.data.studentId ? "获取成功" : "无任务",
     key: mkey,
   });