mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 02:46:45 +08:00
测评
This commit is contained in:
@@ -1151,7 +1151,9 @@ import {timeoutUpload} from "@/api/configPublic";
|
||||
state.tableLoading = true
|
||||
state.uploadDownLoad = true
|
||||
if(state.valueAll.length != 0 && !state.loadData&&state.loadNewDown){
|
||||
state.totalNumber.failedEntisTrue = '0'
|
||||
if(state.valueAll.length >1){
|
||||
state.totalNumber.failedEntisTrue = state.totalNumber.failedEntries == 0 ? '0' : '1'
|
||||
state.bg_results = true
|
||||
}
|
||||
state.valueAll.forEach((item)=>{
|
||||
@@ -1159,7 +1161,6 @@ import {timeoutUpload} from "@/api/configPublic";
|
||||
item.createId = userInfo.value.userId
|
||||
}
|
||||
})
|
||||
state.totalNumber.failedEntisTrue = state.totalNumber.failedEntries == 0 ? '0' : '1'
|
||||
// 保存上传文件
|
||||
await boeRequest('/activityApi/evaluation/detail/saveEvaluationDetail post',{
|
||||
evaluationDetailListlist:state.valueAll,
|
||||
@@ -1192,7 +1193,10 @@ import {timeoutUpload} from "@/api/configPublic";
|
||||
})
|
||||
}
|
||||
if(state.uploadStatus||state.btShow){
|
||||
state.totalNumber.failedEntisTrue = state.totalNumber.failedEntries == 0 ? '0' : '1'
|
||||
state.totalNumber.failedEntisTrue = '0'
|
||||
if(state.valueAll.length >1){
|
||||
state.totalNumber.failedEntisTrue = state.totalNumber.failedEntries == 0 ? '0' : '1'
|
||||
}
|
||||
await boeRequest('/activityApi/evaluation/save post',{
|
||||
isUpload: state.totalNumber.failedEntisTrue,
|
||||
id: state.uploadDownId,
|
||||
|
||||
Reference in New Issue
Block a user