|
@@ -330,20 +330,20 @@ onMounted(() => {
|
|
|
|
|
|
// 根据学生id任务获取缺陷数据
|
|
|
studentTaskOptionPipDefectListByStudentId(studentTaskId)
|
|
|
- .then((studentTaskOptionPipDefectListByStudentIdRes) => {
|
|
|
- studentTaskIdList.value = studentTaskOptionPipDefectListByStudentIdRes?.data?.data;
|
|
|
+ .then((studentTaskOptionPipDefectListByStudentIdRes) => {
|
|
|
+ studentTaskIdList.value = studentTaskOptionPipDefectListByStudentIdRes?.data?.data;
|
|
|
|
|
|
- courseChapter3dViewBool.value = true;
|
|
|
+ courseChapter3dViewBool.value = true;
|
|
|
|
|
|
- // console.log(
|
|
|
- // "根据学生id任务获取缺陷数据",
|
|
|
- // studentTaskIdList.value,
|
|
|
- // studentTaskId
|
|
|
- // );
|
|
|
- })
|
|
|
- .catch((error) => {
|
|
|
- courseChapter3dViewBool.value = true;
|
|
|
- });
|
|
|
+ // console.log(
|
|
|
+ // "根据学生id任务获取缺陷数据",
|
|
|
+ // studentTaskIdList.value,
|
|
|
+ // studentTaskId
|
|
|
+ // );
|
|
|
+ })
|
|
|
+ .catch((error) => {
|
|
|
+ courseChapter3dViewBool.value = true;
|
|
|
+ });
|
|
|
});
|
|
|
});
|
|
|
onUnmounted(() => {
|