feature_0521
zhenghuang 5 years ago
parent 705bcf07d0
commit aa33c647cb

@ -224,7 +224,7 @@ export default {
doHttp doHttp
.downloadZip("/activity/instance/download?type=" + type + "&instanceId=" + this.instanceId, 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 => { .then(res => {
thar.loading = false; that.loading = false;
}) })
} }
}, },

Loading…
Cancel
Save