From 265da4436e9e5ad8a3a95f9d2ea1dad08eb7d43f Mon Sep 17 00:00:00 2001 From: chenjingyu Date: Thu, 25 Mar 2021 08:58:15 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E6=94=B9]=E5=BE=85=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E5=88=9D=E5=A7=8B=E5=8C=96=E6=97=B6=E7=BB=84?= =?UTF-8?q?=E7=BB=87=E6=9C=BA=E6=9E=84=E4=BC=A0=E7=A9=BA=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wait-examineer.component.ts | 23 +++++-------------- 1 file changed, 6 insertions(+), 17 deletions(-) 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点击事件