|
@@ -310,7 +310,6 @@ export default {
|
|
|
this.isDisabled = false
|
|
|
}
|
|
|
this.musicForm = res.data;
|
|
|
- console.log(res.data.userComment)
|
|
|
this.activeRow = { ...row, ...res.data.returnFeeDto };
|
|
|
this.quitForm.courseViewType = res.data.musicGroup.courseViewType;
|
|
|
this.quitForm.userComment = res.data.userComment;
|