Browse Source

创建教材

cehn 7 months ago
parent
commit
4e9e272dff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      projects/textbook/src/modules/nav-author/apply/apply.component.ts

+ 1 - 1
projects/textbook/src/modules/nav-author/apply/apply.component.ts

@@ -27,7 +27,7 @@ import Parse from 'parse';
 })
 export class ApplyComponent implements OnInit {
   textBook: Parse.Object | any;
-  state: number = 4;
+  state: number = 0;
   get stateMap() {
     let map: any = {
       '0': '教材基本信息',