linwu 4 ماه پیش
والد
کامیت
f933f6af86
1فایلهای تغییر یافته به همراه4 افزوده شده و 3 حذف شده
  1. 4 3
      public/themes/default/views/app/company/resume/resume_health_apply.blade.php

+ 4 - 3
public/themes/default/views/app/company/resume/resume_health_apply.blade.php

@@ -78,10 +78,11 @@
         $(document).ready(function () {
             $("#download").click(function () {
                 let id = $(this).data('id');
-                let attachment = $(this).data('attachment');
-                $.getJSON("{{route('resume.health.download')}}", function (result) {
+                let url = $(this).data('url');
+                $.getJSON("{{route('resume.health.download')}}?id="+id, function (result) {
                     if (result.status == 1) {
-                        window.open('https://www.jucai.gov.cn'+attachment);
+                        window.open('https://www.jucai.gov.cn'+url);
+                        location.reload();
                     } else {
                         disapperTooltip('remind', result.msg);
                     }