Browse Source

加载优化

pull/6/head
pengda 4 weeks ago
parent
commit
3e966da5c3
  1. 3
      src/views/super/Ranking/RankBatchList.vue
  2. 1
      src/views/super/Ranking/RankDetail.vue
  3. 3
      src/views/super/Ranking/RankList.vue

3
src/views/super/Ranking/RankBatchList.vue

@ -400,7 +400,6 @@ export default {
const that = this const that = this
that.tableData = [] that.tableData = []
that.growth_list = [] that.growth_list = []
that.total = 0
this.$http('POST', '/supernew/ajax_get_agent_batch_list', { this.$http('POST', '/supernew/ajax_get_agent_batch_list', {
date: that.text, date: that.text,
rank_type: that.dataRank, rank_type: that.dataRank,
@ -424,7 +423,6 @@ export default {
that.tableData = [] that.tableData = []
that.top_list = [] that.top_list = []
that.growth_list = [] that.growth_list = []
that.total = 0
this.$http('POST', '/supernew/ajax_get_ver_batch_list', { this.$http('POST', '/supernew/ajax_get_ver_batch_list', {
date: that.text, date: that.text,
rank_type: that.dataRank, rank_type: that.dataRank,
@ -449,7 +447,6 @@ export default {
that.tableData = [] that.tableData = []
that.top_list = [] that.top_list = []
that.growth_list = [] that.growth_list = []
that.total = 0
this.$http('POST', '/supernew/ajax_get_type_batch_list', { this.$http('POST', '/supernew/ajax_get_type_batch_list', {
date: that.text, date: that.text,
rank_type: that.dataRank, rank_type: that.dataRank,

1
src/views/super/Ranking/RankDetail.vue

@ -415,7 +415,6 @@ export default {
that.top_list = [] that.top_list = []
that.growth_list = [] that.growth_list = []
that.total_value = 0 that.total_value = 0
that.total = 0
this.$http('POST', '/supernew/ajax_get_rank_detail', { this.$http('POST', '/supernew/ajax_get_rank_detail', {
rank_type: that.dataRank, rank_type: that.dataRank,
aid: that.aid, aid: that.aid,

3
src/views/super/Ranking/RankList.vue

@ -473,7 +473,6 @@ export default {
that.tableData = [] that.tableData = []
that.total_value = 0 that.total_value = 0
that.growth_list = [] that.growth_list = []
that.total = 0
this.$http('POST', '/supernew/ajax_get_agent_rank_list', { this.$http('POST', '/supernew/ajax_get_agent_rank_list', {
ver_type: that.ver_type, ver_type: that.ver_type,
check_type: that.check_type, check_type: that.check_type,
@ -501,7 +500,6 @@ export default {
that.total_value = 0 that.total_value = 0
that.top_list = [] that.top_list = []
that.growth_list = [] that.growth_list = []
that.total = 0
this.$http('POST', '/supernew/ajax_get_ver_rank_list', { this.$http('POST', '/supernew/ajax_get_ver_rank_list', {
aid: that.aid, aid: that.aid,
check_type: that.check_type, check_type: that.check_type,
@ -530,7 +528,6 @@ export default {
that.total_value = 0 that.total_value = 0
that.top_list = [] that.top_list = []
that.growth_list = [] that.growth_list = []
that.total = 0
this.$http('POST', '/supernew/ajax_get_type_rank_list', { this.$http('POST', '/supernew/ajax_get_type_rank_list', {
aid: that.aid, aid: that.aid,
ver_type: that.ver_type, ver_type: that.ver_type,

Loading…
Cancel
Save