Commit ba0ed5a1 by sunchao

审批结果页返回

parent ac4a5b05
<div class="wrapper"> <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_wrapper">
<div class="record_content" *ngFor="let recordsItem of recordsList"> <div class="record_content" *ngFor="let recordsItem of recordsList">
<div class="left"> <div class="left">
......
...@@ -43,5 +43,9 @@ export class ApprovalResultListComponent implements OnInit { ...@@ -43,5 +43,9 @@ export class ApprovalResultListComponent implements OnInit {
}else{ }else{
return str 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