|
@@ -443,9 +443,14 @@ function delScore(id,info,isRecover){
|
|
}
|
|
}
|
|
//修改评分项
|
|
//修改评分项
|
|
function editScore(info){
|
|
function editScore(info){
|
|
|
|
+ console.log(info);
|
|
const param={
|
|
const param={
|
|
"behospitalCode": global_id,
|
|
"behospitalCode": global_id,
|
|
- "optResultAlgVO": info
|
|
|
|
|
|
+ "optResultAlgVO": {
|
|
|
|
+ "reviewer":exampleStatus?reviewer:linkman,
|
|
|
|
+ "exampleDate":exampleStatus?exampleDate:gmtModified,
|
|
|
|
+ ...info
|
|
|
|
+ }
|
|
};
|
|
};
|
|
post(api.editScore,param).then(function(res){
|
|
post(api.editScore,param).then(function(res){
|
|
if(res.data.code==='0'){
|
|
if(res.data.code==='0'){
|
|
@@ -473,7 +478,7 @@ function addScore(info){
|
|
"isReject": info.isReject,
|
|
"isReject": info.isReject,
|
|
"msg": info.msg || "",
|
|
"msg": info.msg || "",
|
|
"score": info.score,
|
|
"score": info.score,
|
|
- "explainInfo": info.explainInfo
|
|
|
|
|
|
+ "explainInfo": info.explainInfo,
|
|
}
|
|
}
|
|
const param={
|
|
const param={
|
|
"behospitalCode": global_id,
|
|
"behospitalCode": global_id,
|