浏览代码

Merge branch 'master' of http://121.40.40.223:3000/zizhong.wang/Lexus-media

suxinf 4 年之前
父节点
当前提交
52c17575b5
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/data/InforList.vue

+ 2 - 1
src/views/data/InforList.vue

@@ -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 = {