|
@@ -1018,7 +1018,7 @@ export default {
|
|
|
score.id = data.id;
|
|
score.id = data.id;
|
|
|
updateScore(score);
|
|
updateScore(score);
|
|
|
} else {
|
|
} else {
|
|
|
- score.successorId = this.queryParams.successorId;
|
|
|
|
|
|
|
+ score.staffId = this.queryParams.successorId;
|
|
|
score.feedbackYear = this.queryParams.feedbackYear;
|
|
score.feedbackYear = this.queryParams.feedbackYear;
|
|
|
score.feedbackSeason = this.queryParams.feedbackSeason;
|
|
score.feedbackSeason = this.queryParams.feedbackSeason;
|
|
|
addScore(score);
|
|
addScore(score);
|