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