Browse Source

隐藏老版巡检范围设置入口

seimin 2 years ago
parent
commit
ab04a90439

+ 1 - 1
assets/js/controllers/system/processdesign/incidentplan/incidentSetUpCtrl.js

@@ -16,7 +16,7 @@ app.controller('incidentSetUp', ["$rootScope", "$scope", "$state", "$timeout", "
16
    }
16
    }
17
     $scope.listData=[
17
     $scope.listData=[
18
         {"name":"事件分类"},
18
         {"name":"事件分类"},
19
-        {"name":"巡检范围"},
19
+        // {"name":"巡检范围"},
20
         {"name":"事件紧急度"},
20
         {"name":"事件紧急度"},
21
         {"name":"事件影响度"},
21
         {"name":"事件影响度"},
22
         {"name":"事件优先级"},
22
         {"name":"事件优先级"},