批量上传门店号

feature_0521
yechenhao 6 years ago
parent 5169c491d4
commit 0071767e7f

@ -408,7 +408,9 @@
}, },
getAllCount: function(){ getAllCount: function(){
let that = this; let that = this;
customerView.getAllCount(null,function (data) { customerView.getAllCount({
userId: this.userId
},function (data) {
if (data.data.code !== "0000") { if (data.data.code !== "0000") {
that.$Message.error("系统异常"); that.$Message.error("系统异常");
} }

Loading…
Cancel
Save