|
@@ -465,7 +465,7 @@ export default {
|
|
}
|
|
}
|
|
if (int === 6) {
|
|
if (int === 6) {
|
|
this.formData.pageSize = 10;
|
|
this.formData.pageSize = 10;
|
|
- this.formData.pageNum = 10;
|
|
|
|
|
|
+ this.formData.pageNum = 1;
|
|
}
|
|
}
|
|
var data = JSON.parse(JSON.stringify(this.formData));
|
|
var data = JSON.parse(JSON.stringify(this.formData));
|
|
if (this.formData.classStartTime) {
|
|
if (this.formData.classStartTime) {
|