Browse Source

集中文印

ltao 3 năm trước cách đây
mục cha
commit
fd9b05e776
1 tập tin đã thay đổi với 1 bổ sung5 xóa
  1. 1 5
      src/views/PrintsManage/manage/index.vue

+ 1 - 5
src/views/PrintsManage/manage/index.vue

@@ -1627,11 +1627,7 @@ export default {
                 this.getList();
               }else{
                 let downloadElement = document.createElement("a");
-                downloadElement.href =
-                  process.env.VUE_APP_BASE_API +
-                  "/profile/print/" +
-                  res.printFileName;
-                  console.log(downloadElement.href)
+                downloadElement.href =process.env.VUE_APP_BASE_API +"/profile/print/" +res.printFileName;
                 downloadElement.download = this.dyform.printName;
                 document.body.appendChild(downloadElement);
                 downloadElement.click(); //点击下载