ソースを参照

修改下载状态

306132416@qq.com 4 年 前
コミット
6163a49b44
共有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 = {