huangchengzdm 8 лет назад
Родитель
Сommit
b207a8e480
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      VisualInspection/fwq/view/other_check/onsite_check.html

+ 2 - 2
VisualInspection/fwq/view/other_check/onsite_check.html

@@ -155,7 +155,7 @@
             if (second != '') {
                 param += "&dept_id=" + second;
             }
-            window.open(getserveraddr() + "/file/other/check/excel?check_type=3" + param);
+            window.open(getserveraddr() + "/f/file/other/check/excel?check_type=3" + param);
         }
 
         function exportThirds() {
@@ -169,6 +169,6 @@
             if (second != '') {
                 param += "&dept_id=" + second;
             }
-            window.open(getserveraddr() + "/file/other/check/static/excel?check_type=3" + param);
+            window.open(getserveraddr() + "/f/file/other/check/static/excel?check_type=3" + param);
         }
     </script>