diff --git a/src/components/user/statistics.vue b/src/components/user/statistics.vue index c8382d1..d6bd408 100644 --- a/src/components/user/statistics.vue +++ b/src/components/user/statistics.vue @@ -186,10 +186,13 @@ :visible.sync="cost_fall" width="50%"> - - - - + + + + + + + @@ -356,7 +359,7 @@ export default { }, click_all_amount (row, index) { this.cost_fall = true - this.$api.get(this.$api.phpURL + 'manager/UserFollow/getCostList', {id: row.Id, index: index}).then(res => { + this.$api.get(this.$api.phpURL + 'manager/UserFollow/getCostList', {id: row.Id, index: index, search: this.searchModel}).then(res => { this.cost_list = res.data }) },