|
@@ -836,7 +836,7 @@ export default {
|
|
|
},
|
|
},
|
|
|
/** 驳回处理 */
|
|
/** 驳回处理 */
|
|
|
handleReject() {
|
|
handleReject() {
|
|
|
- this.feedbackParams.planId = this.feedbackDialog.id;
|
|
|
|
|
|
|
+ this.feedbackParams.planId = this.feedbackDialog.planId;
|
|
|
// 导师反馈内容:有则修改,无则新增
|
|
// 导师反馈内容:有则修改,无则新增
|
|
|
if (this.mentorFeedback == null) {
|
|
if (this.mentorFeedback == null) {
|
|
|
addFeedback(this.feedbackParams).then(response => {
|
|
addFeedback(this.feedbackParams).then(response => {
|