Parcourir la source

23.pc端协同人,改成一线人员

seimin il y a 1 an
Parent
commit
d29d4d2c88
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      assets/js/controllers/incident/incidentCtrl.js

+ 3 - 0
assets/js/controllers/incident/incidentCtrl.js

@@ -1104,6 +1104,9 @@ app.controller('incidentListCtrl', ["$scope", "$http", "i18nService", "$rootScop
1104
                             name: keyword,
1104
                             name: keyword,
1105
                             selectType: "pinyin_qs",
1105
                             selectType: "pinyin_qs",
1106
                             engineer: 1,
1106
                             engineer: 1,
1107
+                            roledata: {
1108
+                                "rolecode": "first-line support"
1109
+                            },
1107
                         }
1110
                         }
1108
                     };
1111
                     };
1109
                     api_simple.fetchDataList("user", postData).then(result => {
1112
                     api_simple.fetchDataList("user", postData).then(result => {