|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
* @Author: sueRimn |
|
|
|
|
* @Date: 2020-12-25 16:13:50 |
|
|
|
|
* @LastEditors: sueRimn |
|
|
|
|
* @LastEditTime: 2021-02-05 09:46:54 |
|
|
|
|
* @LastEditTime: 2021-02-06 10:12:26 |
|
|
|
|
*/ |
|
|
|
|
import { Component, Inject, OnInit } from '@angular/core'; |
|
|
|
|
import { FormControl } from '@angular/forms'; |
|
|
|
@ -117,7 +117,7 @@ export class WaitExamineerComponent implements OnInit {
|
|
|
|
|
let paramsdata:any = { |
|
|
|
|
Operation:this.level||[], |
|
|
|
|
ContentType:Number(this.projectlevel)||[], |
|
|
|
|
Level:this.PlanLevel||[], |
|
|
|
|
//Level:this.PlanLevel||[],
|
|
|
|
|
verifyState:[0,3] |
|
|
|
|
} |
|
|
|
|
this.http.get("/api/ContentVerifies",{params:paramsdata}).subscribe((data:any)=>{ |
|
|
|
|