mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/student-h5.git
synced 2025-12-06 09:26:46 +08:00
修改提交成功提示位置
This commit is contained in:
@@ -540,7 +540,7 @@ function submit() {
|
||||
return;
|
||||
}
|
||||
console.log("data.value", data.value);
|
||||
|
||||
data.value.isSubmit = !data.value.isSubmit;
|
||||
request(ASSESSMENT_SUBMIT, {
|
||||
targetId: infoId ? infoId : 0, // 项目、路径图或开课的Id
|
||||
chapterOrStageId: chapterOrStageId ? chapterOrStageId : 0, // 关卡或者阶段Id 关卡Id不允许为空
|
||||
@@ -550,7 +550,6 @@ function submit() {
|
||||
result: JSON.stringify(data.value),
|
||||
beginTime: answerTime,
|
||||
}).then(() => {
|
||||
data.value.isSubmit = !data.value.isSubmit;
|
||||
ElMessage.success("提交成功");
|
||||
|
||||
isEmptyValue.value = false;
|
||||
|
||||
Reference in New Issue
Block a user