|
|
@@ -148,6 +148,7 @@ export default {
|
|
|
url: "/dealerDownload",
|
|
|
data: {
|
|
|
informationId: obj.id,
|
|
|
+ agentId:this.userId
|
|
|
},
|
|
|
};
|
|
|
this.downloadPost(config, obj);
|
|
|
@@ -241,7 +242,7 @@ export default {
|
|
|
let url =
|
|
|
this.onlineUrl +
|
|
|
"/dealerDownload?informationId=" +
|
|
|
- config.data.informationId;
|
|
|
+ config.data.informationId+'&agentId='+ config.data.agentId;
|
|
|
window.open(url);
|
|
|
|
|
|
let data = {
|