Selaa lähdekoodia

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

seimin 1 vuosi sitten
vanhempi
commit
d29d4d2c88
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  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 1104
                             name: keyword,
1105 1105
                             selectType: "pinyin_qs",
1106 1106
                             engineer: 1,
1107
+                            roledata: {
1108
+                                "rolecode": "first-line support"
1109
+                            },
1107 1110
                         }
1108 1111
                     };
1109 1112
                     api_simple.fetchDataList("user", postData).then(result => {