@ -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)
thar.loading = false;
})
}
},