mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 04:16:47 +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)=>{
|
await saveEvaluationDetail({evaluationDetailListlist:state.valueAll,pid:state.uploadId}).then((res)=>{
|
||||||
// if(res.code == 200){
|
if(res.code == 200){
|
||||||
// message.success(res.msg)
|
message.success(res.msg)
|
||||||
// }
|
}
|
||||||
// if(res.data.code == -1){
|
if(res.data.code == -1){
|
||||||
// message.error('保存失败')
|
message.error('保存失败')
|
||||||
// }
|
}
|
||||||
// console.log(res,'aaa')
|
console.log(res,'aaa')
|
||||||
// })
|
})
|
||||||
}
|
}
|
||||||
if(state.uploadStatus||state.btShow){
|
if(state.uploadStatus||state.btShow){
|
||||||
console.log(state.uploadStatus,'state.uploadStatus')
|
console.log(state.uploadStatus,'state.uploadStatus')
|
||||||
|
|||||||
Reference in New Issue
Block a user