Forráskód Böngészése

修改下载状态

306132416@qq.com 4 éve%!(EXTRA string=óta)
szülő
commit
6163a49b44
1 módosított fájl, 2 hozzáadás és 1 törlés
  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 = {