Jelajahi Sumber

修改引入的js路径

huangchengzdm 8 tahun lalu
induk
melakukan
b207a8e480
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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>