mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 20:06:47 +08:00
测评
This commit is contained in:
@@ -1172,8 +1172,8 @@ import { message } from "ant-design-vue";
|
||||
console.log(state.uploadStatus,'state.uploadStatus')
|
||||
await save({
|
||||
id: state.uploadDownId,
|
||||
creatId:userInfo.value.userId,
|
||||
creatName:userInfo.value.realName,
|
||||
createId:userInfo.value.userId,
|
||||
createName:userInfo.value.realName,
|
||||
prefix:'',
|
||||
remarks:state.formData.remarks,
|
||||
evaluationName:state.formData.evaluationName,
|
||||
@@ -1280,10 +1280,10 @@ import { message } from "ant-design-vue";
|
||||
// state.idValue = res.data.evaluationDetailList.map(item=>item.id)
|
||||
state.downloadUrl = res.data.evaluationDetailList.map(item=>item.downloadUrl)
|
||||
state.totalNumber = res.data
|
||||
if(state.totalNumber.failedEntries!=0){
|
||||
// if(state.totalNumber.failedEntries!=0){
|
||||
console.log('aaaaa')
|
||||
state.valueAll = res.data.evaluationDetailList
|
||||
}
|
||||
// }
|
||||
}
|
||||
console.log(state.valueAll,'state.valueAll')
|
||||
state.uploadDownLoad = false
|
||||
|
||||
Reference in New Issue
Block a user