|
|
@@ -182,11 +182,12 @@ export default {
|
|
|
body.end_time = this.timeRange[1] / 1000;
|
|
|
}
|
|
|
const res = await this.$post(url, body);
|
|
|
+ debugger;
|
|
|
this.tableData = res.data.list;
|
|
|
this.totalCoins = res.data.totalCoins;
|
|
|
- this.totalCount = res.data.totalCount;
|
|
|
+ this.totalCount = res.data.totalCount * 1;
|
|
|
this.waitUnfrozenCount = res.data.waitUnfrozenCount;
|
|
|
- this.searchCount = res.data.searchCount;
|
|
|
+ this.searchCount = res.data.searchCount * 1;
|
|
|
this.waitUnfrozenCoins = res.data.waitUnfrozenCoins;
|
|
|
}
|
|
|
},
|