From 3b55b0041f8955f6de97447b836a1d3476a8b644 Mon Sep 17 00:00:00 2001 From: wanyongkang <937888580@qq.com> Date: Wed, 25 Nov 2020 09:58:42 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=B4=E6=8A=A4=E5=AE=A2=E6=88=B7=E5=9F=BA?= =?UTF-8?q?=E6=9C=AC=E5=AE=8C=E5=96=84---=E8=AE=A2=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/user/statistics.vue | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) 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 }) },