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