hefeng 5 년 전
부모
커밋
210eabef6b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/static/app/intelligent/statisticalReport/controller/summaryReportCtrl.js

+ 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
     	}