mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-11 03:46:48 +08:00
评估
This commit is contained in:
@@ -394,11 +394,10 @@ console.log(updataList.value,'aa')
|
|||||||
}
|
}
|
||||||
const isEmptyValue = ref(false);
|
const isEmptyValue = ref(false);
|
||||||
function emptyValuePromp() {
|
function emptyValuePromp() {
|
||||||
let assessmentScoringQuestionDtoList = updataList.value
|
// request(EDIT_ASSESSMENT_SCORE, {assessmentQuestionDtoList:updataList.value}).tnen((res)=>{
|
||||||
request(EDIT_ASSESSMENT_SCORE, {assessmentScoringQuestionDtoList}).tnen((res)=>{
|
// console.log(res,'res')
|
||||||
console.log(res,'res')
|
// return
|
||||||
return
|
// })
|
||||||
})
|
|
||||||
if (data.value.isSubmit) {
|
if (data.value.isSubmit) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user