fix bug
This commit is contained in:
@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user