mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 19:06:45 +08:00
Merge branch 'zcwy-0306' into dev0223
This commit is contained in:
@@ -1152,15 +1152,15 @@ import { message } from "ant-design-vue";
|
||||
}
|
||||
})
|
||||
//
|
||||
// await saveEvaluationDetail({evaluationDetailListlist:state.valueAll,pid:state.uploadId}).then((res)=>{
|
||||
// if(res.code == 200){
|
||||
// message.success(res.msg)
|
||||
// }
|
||||
// if(res.data.code == -1){
|
||||
// message.error('保存失败')
|
||||
// }
|
||||
// console.log(res,'aaa')
|
||||
// })
|
||||
await saveEvaluationDetail({evaluationDetailListlist:state.valueAll,pid:state.uploadId}).then((res)=>{
|
||||
if(res.code == 200){
|
||||
message.success(res.msg)
|
||||
}
|
||||
if(res.data.code == -1){
|
||||
message.error('保存失败')
|
||||
}
|
||||
console.log(res,'aaa')
|
||||
})
|
||||
}
|
||||
if(state.uploadStatus||state.btShow){
|
||||
console.log(state.uploadStatus,'state.uploadStatus')
|
||||
|
||||
Reference in New Issue
Block a user