Merge branch '0605' into feature/20200514_version

feature_0521
kevin jiang 5 years ago
commit b516da0d92

@ -222,9 +222,9 @@ export default {
this.loading = true;
let that = this;
doHttp
.downloadZip("/activity/instance/download", type == 2 ? '门店码' : "门店导购码", { type: type, instanceId: this.instanceId })
.downloadZip("/activity/instance/download?type=" + type + "&instanceId=" + this.instanceId, type == 2 ? '门店码' : "门店导购码", { type: type, instanceId: this.instanceId })
.then(res => {
console.log("下载", res)
that.loading = false;
})
}
},

Loading…
Cancel
Save