From 0071767e7fa6cc4624a20b76f5fa3417ac4c780d Mon Sep 17 00:00:00 2001 From: yechenhao Date: Thu, 21 May 2020 23:07:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=B9=E9=87=8F=E4=B8=8A=E4=BC=A0=E9=97=A8?= =?UTF-8?q?=E5=BA=97=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/home/CustomerView.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/home/CustomerView.vue b/src/pages/home/CustomerView.vue index 14ccbe8..7e41a61 100644 --- a/src/pages/home/CustomerView.vue +++ b/src/pages/home/CustomerView.vue @@ -408,7 +408,9 @@ }, getAllCount: function(){ let that = this; - customerView.getAllCount(null,function (data) { + customerView.getAllCount({ + userId: this.userId + },function (data) { if (data.data.code !== "0000") { that.$Message.error("系统异常"); }