Commit 2ac0b6bd by Chao Sun

龙虎榜初始化

parent 5ac4c453
......@@ -31,7 +31,6 @@ export class PickerComponent implements OnInit {
}
ngOnInit() {
console.log(this.provinceLists)
if (this.isNeedDistrict) {
this.areaLimitStep = 3;
} else if (this.isNeedCity) {
......
......@@ -240,8 +240,6 @@ export class MyBusinessDetailComponent implements OnInit {
ownOpportunityRecordSave() {
const oppDate = new Date(this.opportunityRecordNoticeDate + ' 23:59:59').getTime();
const createDate = new Date(this.editBusiness.opportunityDate).getTime();
console.log('创建', createDate)
console.log('跟进', oppDate)
// if (nowDate < oppDate) {
// this.toastDialog = true;
// this.toastInfo = {
......
......@@ -34,8 +34,8 @@ export class SalesRankComponent implements OnInit {
ngOnInit() {
this.dateType = this.activatedRoute.snapshot.queryParams.searchType;
this.allPerformanceInfo = JSON.parse(sessionStorage.getItem('allPerformanceInfo'));
this.selectRang(this.dateType, 'online', 'fyp')
console.log(this.allPerformanceInfo)
//初始化查询本月+线上+fyp
this.selectRang('month', 'online', 'fyp')
}
selectRang(dateType, lineType, rankType) {
......@@ -64,8 +64,6 @@ export class SalesRankComponent implements OnInit {
} else {
return;
}
console.log(this.performanceListShow)
}
} else {
this.performanceListShow = [];
......
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