hanqingsong преди 4 години
родител
ревизия
6c820cf907
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      depot-web/src/main/resources/static/app/intelligent/grainInspect/service/realTimeDataService.js

+ 1 - 1
depot-web/src/main/resources/static/app/intelligent/grainInspect/service/realTimeDataService.js

@@ -1,5 +1,5 @@
1 1
 "use strict";
2
-angular.module('app.intelligent').service("realTimeDataService", function($http, $q, APP_CONFIG) {
2
+angular.module('app.intelligent').service("realTimeDataService", function($http, $q, APP_CONFIG,$rootScope) {
3 3
 
4 4
     // 加载实时数据查询列表,分页列表数据
5 5
     this.getRealTimeDataPageInfo = function (pageInfo,search) {