修改弹窗语句

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, chapterOrStageId: 0,
sName: data.value.planDto.name, sName: data.value.planDto.name,
type: 3, type: 3,
isSubmitTrue:data.value.isSurvery
}, },
}); });
} }

View File

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