diff --git a/src/app/plan-audit/wait-examineer/wait-examineer.component.ts b/src/app/plan-audit/wait-examineer/wait-examineer.component.ts index 80371fd..bf87355 100644 --- a/src/app/plan-audit/wait-examineer/wait-examineer.component.ts +++ b/src/app/plan-audit/wait-examineer/wait-examineer.component.ts @@ -4,7 +4,7 @@ * @Author: sueRimn * @Date: 2020-12-25 16:13:50 * @LastEditors: sueRimn - * @LastEditTime: 2021-03-23 16:36:07 + * @LastEditTime: 2021-03-25 08:45:05 */ import { Component, Inject, OnInit } from '@angular/core'; import { FormControl } from '@angular/forms'; @@ -37,7 +37,7 @@ export class WaitExamineerComponent implements OnInit { {name:"大队",value:"2"}, {name:"中队",value:"3"} ] - this.PlanLevel=0 + //this.PlanLevel=0 } if(level == "1"){//如果是支队 this.preparelevels = [ @@ -45,20 +45,20 @@ export class WaitExamineerComponent implements OnInit { {name:"大队",value:"2"}, {name:"中队",value:"3"} ] - this.PlanLevel=1 + //this.PlanLevel=1 } if(level == "2"){//如果是大队 this.preparelevels = [ {name:"大队",value:"2"}, {name:"中队",value:"3"} ] - this.PlanLevel=2 + //this.PlanLevel=2 } if(level == "3"){//如果是中队 this.preparelevels = [ {name:"中队",value:"3"} ] - this.PlanLevel=3 + //this.PlanLevel=3 } var scrollflaga = true; var win=document.getElementById('tbodydiv') @@ -134,19 +134,8 @@ export class WaitExamineerComponent implements OnInit { record(){ this.level='' this.projectlevel='' + this.PlanLevel='' let level = sessionStorage.getItem("level"); - if(level == "0"){//如果是总队 - this.PlanLevel=0 - } - if(level == "1"){//如果是支队 - this.PlanLevel=1 - } - if(level == "2"){//如果是大队 - this.PlanLevel=2 - } - if(level == "3"){//如果是中队 - this.PlanLevel=3 - } this.getAlltabledate() } //radio点击事件