Commit 91f4446a authored by youjie's avatar youjie

no message

parent 230fcb00
...@@ -1885,7 +1885,7 @@ ...@@ -1885,7 +1885,7 @@
DateList.push(this.getBeforeDate(-i, new Date(StartDate).Format("yyyy-MM-dd"))) DateList.push(this.getBeforeDate(-i, new Date(StartDate).Format("yyyy-MM-dd")))
} }
this.ChangeThePriceList = DateList.filter(x=>{ this.ChangeThePriceList = DateList.filter(x=>{
return x==this.getBeforeDate(0, new Date(StartDate).Format("yyyy-MM-dd")) return x==this.getBeforeDate(0, new Date().Format("yyyy-MM-dd"))
}) })
if(this.ChangeThePriceList.length>0){ if(this.ChangeThePriceList.length>0){
if(!localStorage.getItem("ChangeThePriceDataTime")|| if(!localStorage.getItem("ChangeThePriceDataTime")||
......
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