Commit c090be5d by zhangzhen

细节优化

parent 232760d2
...@@ -291,6 +291,7 @@ ...@@ -291,6 +291,7 @@
let num = Number(e.target.value); let num = Number(e.target.value);
if(this.index === num) return if(this.index === num) return
this.index = num; this.index = num;
this.onOrderDataStatistics();
}, },
onTabChange(i){ onTabChange(i){
if(this.dateIndex === i) return; if(this.dateIndex === i) return;
......
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