ソースを参照

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

seimin 1 年間 前
コミット
d29d4d2c88
共有1 個のファイルを変更した3 個の追加0 個の削除を含む
  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 => {