fix bug
This commit is contained in:
@ -476,7 +476,7 @@ export class OrderManagementRiskComponent implements OnInit {
|
||||
*/
|
||||
audit(item?: any) {
|
||||
if (item) {
|
||||
this.auditId = item.id;
|
||||
this.auditId = item.billCode;
|
||||
this.initSTAudit(1);
|
||||
this.isVisibleRE = true;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user