From c963f899d43c17b13b90025cc48e1d045926cbd4 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Fri, 21 Jun 2024 15:37:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=EF=BC=9A=E5=9C=A8=E7=BA=BF?= =?UTF-8?q?=E4=B9=B0=E5=8D=95=20-=20=E5=A2=9E=E5=8A=A0=E9=A4=90=E8=B4=B9?= =?UTF-8?q?=E7=A7=AF=E5=88=86=E6=8A=B5=E6=89=A3=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/users/shareholders/index.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pages/users/shareholders/index.vue b/pages/users/shareholders/index.vue index 072a633..9d19b48 100644 --- a/pages/users/shareholders/index.vue +++ b/pages/users/shareholders/index.vue @@ -129,10 +129,6 @@ export default { getStatistics(){ let _this = this; shareholdersStatistics().then(res => { - - console.log("统计信息", res.data) - - _this.statistics = res.data || {}; }).catch(err => { this.$util.Tips({title: err});