2017-04-27 40 views

回答

0
this.admin = { 
      "country_id": ''} 
import {Router_id} from "../../routing_hidden_id"; 
import in component.ts 
public router_id: Router_id add in constructor 
editStore(id) { 
     this.router_id.admin.store_id = id; 
     this.helper.router.navigate(['admin/store/edit']); 
} 
(click)="editStore(i._id)" 

添加在HTML文件中的代碼