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