修改弹窗语句

This commit is contained in:
zhangsir
2024-02-23 09:21:03 +08:00
parent 92116b7e99
commit 50f00fdeaf
2 changed files with 7 additions and 1 deletions

View File

@@ -424,6 +424,7 @@ function toSurvery() {
chapterOrStageId: 0,
sName: data.value.planDto.name,
type: 3,
isSubmitTrue:data.value.isSurvery
},
});
}

View File

@@ -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,