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