|
@@ -130,7 +130,7 @@ export default {
|
|
courseScheduleId: this.id
|
|
courseScheduleId: this.id
|
|
}
|
|
}
|
|
|
|
|
|
- if(this.isReview) {
|
|
|
|
|
|
+ if(this.isReview && this.reviewId && this.reviewId > 0) {
|
|
const res = await getReviewInfo({ id: this.reviewId });
|
|
const res = await getReviewInfo({ id: this.reviewId });
|
|
const result = res.data
|
|
const result = res.data
|
|
tempMemo = result.courseScheduleReview.memo || '该课程未设置教学内容'
|
|
tempMemo = result.courseScheduleReview.memo || '该课程未设置教学内容'
|