|
@@ -1,4 +1,4 @@
|
|
|
-import { Component, Input, OnInit, ViewChild } from '@angular/core';
|
|
|
+import { Component, ElementRef, Input, OnInit, ViewChild } from '@angular/core';
|
|
|
import { CommonModule } from '@angular/common';
|
|
|
import { NzSpaceModule } from 'ng-zorro-antd/space';
|
|
|
import { CommonCompModule } from '../../../services/common.modules';
|
|
@@ -27,6 +27,7 @@ import { CollectTextbookComponent } from '../components/collect-textbook/collect
|
|
|
})
|
|
|
export class PageProcessComponent implements OnInit {
|
|
|
@ViewChild('collect') collect: CollectTextbookComponent | any;
|
|
|
+ @ViewChild('textbook') textbook: ElementRef | any;
|
|
|
|
|
|
active: number = 0;
|
|
|
eduProcess: Parse.Object | undefined;
|