|
@@ -49,8 +49,10 @@ export class ExportListComponent implements OnInit {
|
|
}
|
|
}
|
|
async onChange(type: string) {
|
|
async onChange(type: string) {
|
|
if (type == 'next') {
|
|
if (type == 'next') {
|
|
|
|
+ this.textbook.showLoading = true;
|
|
if(!await this.submitted()) return
|
|
if(!await this.submitted()) return
|
|
this.change.emit('next');
|
|
this.change.emit('next');
|
|
|
|
+ this.textbook.showLoading = false;
|
|
} else {
|
|
} else {
|
|
this.change.emit('pre');
|
|
this.change.emit('pre');
|
|
}
|
|
}
|