|
|
@@ -2350,6 +2350,9 @@ function submitReview() {
|
|
|
proxy.$modal.msgError("质量系数不能为空");
|
|
|
return;
|
|
|
}*/
|
|
|
+ if(!showModifyReason.value){
|
|
|
+ reviewForm.value.modifyReason = '';
|
|
|
+ }
|
|
|
reviewForm.value.scorePersonList.forEach(person => {
|
|
|
if (person.extraScore !== null && person.extraScore !== undefined){
|
|
|
person.totalScore = parseFloat((parseFloat(person.reviewScore) + parseFloat(person.extraScore)).toFixed(2));
|