Ver Fonte

创建教材

cehn há 7 meses atrás
pai
commit
4e9e272dff

+ 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': '教材基本信息',