|
@@ -55,7 +55,7 @@ export default defineComponent({
|
|
const getUnitData = async () => {
|
|
const getUnitData = async () => {
|
|
const search = getQuery();
|
|
const search = getQuery();
|
|
if (!search.questionId) return "";
|
|
if (!search.questionId) return "";
|
|
- handleHide(["tips-step-0", "tips-step-2", "selectionBox"]);
|
|
|
|
|
|
+ handleHide(["tips-step-0", "selectionBox"]);
|
|
handleStartEvaluat();
|
|
handleStartEvaluat();
|
|
handleCloseModeMode();
|
|
handleCloseModeMode();
|
|
try {
|
|
try {
|
|
@@ -72,7 +72,7 @@ export default defineComponent({
|
|
const getlessonTrainingData = async () => {
|
|
const getlessonTrainingData = async () => {
|
|
const search = getQuery();
|
|
const search = getQuery();
|
|
if (!search.lessonTrainingId) return;
|
|
if (!search.lessonTrainingId) return;
|
|
- handleHide(["tips-step-3", "selectionBox"]);
|
|
|
|
|
|
+ handleHide(["tips-step-4", "selectionBox"]);
|
|
try {
|
|
try {
|
|
const res: any = await request.post(`/studentLessonTraining/trainingRecord/${search.courseScheduleId}?userId=${storeData.user?.id}`);
|
|
const res: any = await request.post(`/studentLessonTraining/trainingRecord/${search.courseScheduleId}?userId=${storeData.user?.id}`);
|
|
if (Array.isArray(res?.data?.trainings)) {
|
|
if (Array.isArray(res?.data?.trainings)) {
|