|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
* @Author: sueRimn |
|
|
|
|
* @Date: 2021-01-06 09:47:43 |
|
|
|
|
* @LastEditors: sueRimn |
|
|
|
|
* @LastEditTime: 2021-02-06 09:08:16 |
|
|
|
|
* @LastEditTime: 2021-02-06 09:12:05 |
|
|
|
|
*/ |
|
|
|
|
import { Component, OnInit, ViewChild, Inject } from '@angular/core'; |
|
|
|
|
import { HttpClient } from '@angular/common/http' |
|
|
|
@ -29,7 +29,7 @@ export class TypePlanComponent implements OnInit {
|
|
|
|
|
constructor(private http:HttpClient,private router:Router,private route:ActivatedRoute,private tree: TreeService,public dialog: MatDialog,public snackBar: MatSnackBar) { } |
|
|
|
|
|
|
|
|
|
ngOnInit(): void { |
|
|
|
|
this.level = sessionStorage.getItem("level"); |
|
|
|
|
this.levels = sessionStorage.getItem("level"); |
|
|
|
|
if(this.levels == "0"){//如果是总队
|
|
|
|
|
this.preparelevels = [ |
|
|
|
|
{name:"总队",value:"1"}, |
|
|
|
|