瀏覽代碼

参数调整

seimin 3 年之前
父節點
當前提交
1e92126eb1
共有 1 個文件被更改,包括 2 次插入2 次删除
  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 44
     $scope.getBxList = function () {
45 45
         api_notification_data.fetchDataList({
46 46
             "idx": 0,
47
-            "sum": 10,
47
+            "sum": 20,
48 48
             "messageManager": {
49 49
                 "noticeProcess": 1
50 50
             }
@@ -74,7 +74,7 @@ app.controller('notificationCtr', ["$rootScope", "$scope", "$state", "$timeout",
74 74
     $scope.getSjList = function () {
75 75
         api_notification_data.fetchDataList({
76 76
             "idx": 0,
77
-            "sum": 10,
77
+            "sum": 20,
78 78
             "messageManager": {
79 79
                 "noticeProcess": 2
80 80
             }