Преглед изворни кода

修改道管中心改变而相应的收费站没改变的问题

minitiger пре 8 година
родитељ
комит
9952ed002e

+ 2 - 2
VisualInspection/js/statistics/change_attendance.js

@@ -73,9 +73,9 @@ $(function() {
                     var dept = getCurrentUser().organid;
                     $("#fs_station").val(dept);
                 }
-            });
+            },true);
         // }
-    },true)
+    })
 
     // 查询
     $("#searchBtn").click(function() {

+ 2 - 2
VisualInspection/js/statistics/common_attendance.js

@@ -75,9 +75,9 @@ $(function() {
                         var dept = getCurrentUser().organid;
                         $("#fs_station").val(dept);
                     }
-                });
+                },true);
             // }
-        },true)
+        })
 
         // 查询
         $("#searchBtn").click(function() {