Commit 84c9e4a4 by sunchao

去掉log

parent 96ec3842
......@@ -89,7 +89,6 @@ export class AddTaskComponent implements OnInit {
this.addTrack.referLeadsId = this.activateRoute.snapshot.queryParams['referLeadsId'];
this.addTrack.referPotentialId = this.activateRoute.snapshot.queryParams['referPotentialId'];
this.addTrack.customerId = this.activateRoute.snapshot.queryParams['customerId'];
console.log(this.addTrack.referLeadsId)
//查询
if(this.taskInfo){
for(let i=0;i<this.tabList.length;i++){
......
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