This commit is contained in:
wangshiming
2022-03-21 17:33:38 +08:00
parent bc6b0ef9ba
commit 4ba7269e6f

View File

@ -476,7 +476,7 @@ export class OrderManagementRiskComponent implements OnInit {
*/ */
audit(item?: any) { audit(item?: any) {
if (item) { if (item) {
this.auditId = item.id; this.auditId = item.billCode;
this.initSTAudit(1); this.initSTAudit(1);
this.isVisibleRE = true; this.isVisibleRE = true;
} else { } else {