Commit 2ac0b6bd by Chao Sun

龙虎榜初始化

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