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