소스 검색

fix: rm es6

lufeng 3 년 전
부모
커밋
70e4338453
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/resources/static/app/business/facility/controller/facilityKeepListCtrl.js

+ 1 - 1
src/main/resources/static/app/business/facility/controller/facilityKeepListCtrl.js

@@ -81,7 +81,7 @@ angular.module('app.business')
81 81
         $scope.loadfacilityList = function() {
82 82
             facilityKeepService.getFacilityList().then(function(data){
83 83
 				 $scope.facilityList = data; 
84
-                 setTimeout(() => {
84
+                 setTimeout(function () {
85 85
                     if($stateParams.facility) {
86 86
                         var receiveFacility = angular.fromJson($stateParams.facility);
87 87
                         $scope.keepInfo = receiveFacility;