mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-10 11:26:48 +08:00
修改弹窗语句
This commit is contained in:
@@ -424,6 +424,7 @@ function toSurvery() {
|
|||||||
chapterOrStageId: 0,
|
chapterOrStageId: 0,
|
||||||
sName: data.value.planDto.name,
|
sName: data.value.planDto.name,
|
||||||
type: 3,
|
type: 3,
|
||||||
|
isSubmitTrue:data.value.isSurvery
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -282,6 +282,7 @@ const {
|
|||||||
chapterOrStageId,
|
chapterOrStageId,
|
||||||
projectStatus,
|
projectStatus,
|
||||||
projectEndTime,
|
projectEndTime,
|
||||||
|
isSubmitTrue
|
||||||
},
|
},
|
||||||
} = useRoute();
|
} = useRoute();
|
||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
@@ -395,6 +396,10 @@ function orderArr(a, b) {
|
|||||||
return arrs;
|
return arrs;
|
||||||
}
|
}
|
||||||
onMounted(() => {
|
onMounted(() => {
|
||||||
|
if(isSubmitTrue){
|
||||||
|
open();
|
||||||
|
return
|
||||||
|
}
|
||||||
useRequest(
|
useRequest(
|
||||||
ASSESSMENT_QUERY(courseId),{
|
ASSESSMENT_QUERY(courseId),{
|
||||||
id: courseId,
|
id: courseId,
|
||||||
|
|||||||
Reference in New Issue
Block a user