Commit 8db0041d authored by Morson's avatar Morson
parents cab2cad9 d09d46cc
...@@ -234,7 +234,6 @@ ...@@ -234,7 +234,6 @@
self.triggered = false; self.triggered = false;
self._freshing = false; self._freshing = false;
if (res.data.list) { if (res.data.list) {
res.data.list[0].currentOverTime = undefined
self.orderList.push(...res.data.list) self.orderList.push(...res.data.list)
if (self.list[self.types[res.data.type]]) { if (self.list[self.types[res.data.type]]) {
self.list[self.types[res.data.type]].total = res.data.total self.list[self.types[res.data.type]].total = res.data.total
......
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