From 2c41e9eeb713b290dcf244ab81ad8186f6782078 Mon Sep 17 00:00:00 2001 From: zhangjun1 Date: Wed, 4 Nov 2020 11:26:59 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BB=8E=E5=85=85=E5=80=BC?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=80=BB=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/authority/user/money.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/authority/user/money.vue b/src/pages/authority/user/money.vue index 1cc796d..8e63863 100644 --- a/src/pages/authority/user/money.vue +++ b/src/pages/authority/user/money.vue @@ -199,6 +199,7 @@ export default { if(res.data.success){ console.log(res.data.data); this.tableData = res.data.data + this.total_list = res.data.total } }) }, -- 2.26.0