Преглед изворни кода

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