Commit ac8ef05c authored by youjie's avatar youjie

修复

parent d9745249
...@@ -210,6 +210,8 @@ ...@@ -210,6 +210,8 @@
now.setMonth(now.getMonth() + 1, 0); now.setMonth(now.getMonth() + 1, 0);
this.msg.QEndDate = this.year + '-' + this.month + '-'+now.getDate() this.msg.QEndDate = this.year + '-' + this.month + '-'+now.getDate()
this.times = this.year + '-' + this.month this.times = this.year + '-' + this.month
this.msg.pageIndex = 1
this.dataList = []
this.getList(); this.getList();
this.GetCustomerIntegral() this.GetCustomerIntegral()
}, },
......
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