|
|
@@ -92,9 +92,10 @@ export default {
|
|
|
const { reviewId, groupId } = this.$route.params;
|
|
|
postTeacherArgueResult(reviewId, groupId, checkListItem)
|
|
|
.then(() =>
|
|
|
- getTeacherReviewGroupDetail(reviewId, groupId).then(
|
|
|
- resp => (this.detail = resp.data)
|
|
|
- )
|
|
|
+ getTeacherReviewGroupDetail(reviewId, groupId).then(resp => {
|
|
|
+ this.detail = resp.data;
|
|
|
+ this.reviewingId = -1;
|
|
|
+ })
|
|
|
)
|
|
|
.catch(err =>
|
|
|
this.$toast.open({
|