1.
This commit is contained in:
@@ -862,12 +862,13 @@
|
||||
params.end_date = this.endDateStr
|
||||
}else
|
||||
{
|
||||
params.day = 3
|
||||
params.days = 3
|
||||
if(this.selectCycleIndex==1) {
|
||||
params.day = 7
|
||||
params.days = 7
|
||||
}else if(this.selectCycleIndex==2) {
|
||||
params.day = 14
|
||||
params.days = 14
|
||||
}
|
||||
params.min_stock_count = 3
|
||||
}
|
||||
conceptRankList(params).then(res=>{
|
||||
if (this.selectTab==0) {
|
||||
|
||||
Reference in New Issue
Block a user