|
|
@ -146,6 +146,9 @@ export default { |
|
|
|
this.getData() |
|
|
|
this.getData() |
|
|
|
}, |
|
|
|
}, |
|
|
|
getData() { |
|
|
|
getData() { |
|
|
|
|
|
|
|
if(this.activeName == 0){ |
|
|
|
|
|
|
|
this.activeName = '' |
|
|
|
|
|
|
|
} |
|
|
|
this.$post(`${this.api.getAssessmentDetail}?assessmentId=${+this.id}&pageNum=${this.page}&pageSize=${this.pageSize}&classId=${this.activeName}`).then(res => { |
|
|
|
this.$post(`${this.api.getAssessmentDetail}?assessmentId=${+this.id}&pageNum=${this.page}&pageSize=${this.pageSize}&classId=${this.activeName}`).then(res => { |
|
|
|
if (res.status == 200){ |
|
|
|
if (res.status == 200){ |
|
|
|
if(this.activeName == ''){ |
|
|
|
if(this.activeName == ''){ |
|
|
|