Browse Source

[修改]待终审id问题修改

zhuzhou
chenjingyu 4 years ago
parent
commit
f9c9949418
  1. 2
      src/app/plan-audit/wait-examineer/wait-examineer.component.scss
  2. 3
      src/app/plan-audit/wait-examineer/wait-examineer.component.ts

2
src/app/plan-audit/wait-examineer/wait-examineer.component.scss

@ -99,7 +99,7 @@
width: 100%;
height: 100%;
iframe{
height: 91%;
height: 95%;
width: 97%;
margin: 10px 10px 10px 10px;
overflow-y: auto;

3
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-02-06 10:12:26
* @LastEditTime: 2021-02-06 10:51:26
*/
import { Component, Inject, OnInit } from '@angular/core';
import { FormControl } from '@angular/forms';
@ -197,6 +197,7 @@ export class WaitExamineerComponent implements OnInit {
}
}
}
this.radioid=item.itemId
/* this.chuorzhong=item.verifyState
this.radioid=item.itemId */
}

Loading…
Cancel
Save