Commit 3b7b58a0 by niuxiaolin

latest

parent 1ea58cea
...@@ -98,7 +98,7 @@ export class AssetsListComponent implements OnInit { ...@@ -98,7 +98,7 @@ export class AssetsListComponent implements OnInit {
this.search = {}; this.search = {};
} }
goDetail(id) { goDetail(id) {
this.router.navigate(["../checkPlanAdd", id], { this.router.navigate(["../checkPlanAdd", id,this.id], {
relativeTo: this.activatedRoute relativeTo: this.activatedRoute
}); });
} }
......
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