Commit ba0ed5a1 by sunchao

审批结果页返回

parent ac4a5b05
<div class="wrapper">
<div style="font-size: 20px;"> &lt; </div>
<div style="font-size: 20px;" (click)="goBack()"> &lt; </div>
<div class="record_wrapper">
<div class="record_content" *ngFor="let recordsItem of recordsList">
<div class="left">
......
......@@ -44,4 +44,8 @@ export class ApprovalResultListComponent implements OnInit {
return str
}
}
goBack(){
history.go(-1)
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment