hefeng 5 yıl önce
ebeveyn
işleme
210eabef6b

+ 1 - 1
src/main/resources/static/app/intelligent/statisticalReport/controller/summaryReportCtrl.js

@@ -14,7 +14,7 @@ angular.module('app.intelligent').controller("summaryReportCtrl", function($scop
14 14
     
15 15
     // 加载列表
16 16
     $scope.loadData = function() {
17
-    	f($scope.searchStartDate == null || $scope.searchStartDate == ""){
17
+    	if($scope.searchStartDate == null || $scope.searchStartDate == ""){
18 18
     		alert("日期不能为空!");
19 19
     		return false;
20 20
     	}