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