浏览代码

事件-事件列表:处理人下拉框显示所有一线人员

seimin 1 年之前
父节点
当前提交
3c1de9d665
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      assets/js/controllers/incident/incidentCtrl.js

+ 2 - 1
assets/js/controllers/incident/incidentCtrl.js

@@ -1072,9 +1072,10 @@ app.controller('incidentListCtrl', ["$scope", "$http", "i18nService", "$rootScop
1072 1072
     $scope.onChangehandling = function (key) {
1073 1073
         var filuser = {
1074 1074
             "idx": 0,
1075
-            "sum": 10,
1075
+            "sum": 9999,
1076 1076
             "user": {
1077 1077
                 "name": key,
1078
+                "roledata": {rolecode: "first-line support"},
1078 1079
                 'selectType': "pinyin_qs"
1079 1080
             }
1080 1081
         }