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("系统异常"); }