Browse Source

参数调整

seimin 3 years ago
parent
commit
1e92126eb1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      assets/js/controllers/system/notificationCtrl.js

+ 2 - 2
assets/js/controllers/system/notificationCtrl.js

@@ -44,7 +44,7 @@ app.controller('notificationCtr', ["$rootScope", "$scope", "$state", "$timeout",
44
     $scope.getBxList = function () {
44
     $scope.getBxList = function () {
45
         api_notification_data.fetchDataList({
45
         api_notification_data.fetchDataList({
46
             "idx": 0,
46
             "idx": 0,
47
-            "sum": 10,
47
+            "sum": 20,
48
             "messageManager": {
48
             "messageManager": {
49
                 "noticeProcess": 1
49
                 "noticeProcess": 1
50
             }
50
             }
@@ -74,7 +74,7 @@ app.controller('notificationCtr', ["$rootScope", "$scope", "$state", "$timeout",
74
     $scope.getSjList = function () {
74
     $scope.getSjList = function () {
75
         api_notification_data.fetchDataList({
75
         api_notification_data.fetchDataList({
76
             "idx": 0,
76
             "idx": 0,
77
-            "sum": 10,
77
+            "sum": 20,
78
             "messageManager": {
78
             "messageManager": {
79
                 "noticeProcess": 2
79
                 "noticeProcess": 2
80
             }
80
             }