|
@@ -9153,22 +9153,22 @@ appFormly.config(function config(formlyConfigProvider) {
|
9153
|
9153
|
// })
|
9154
|
9154
|
//黑名单
|
9155
|
9155
|
// $scope.sumInfo.blacklist = "否"
|
9156
|
|
- api_webservice1.fetchDataList("queryInhibit", { "userId": $scope.model.incident.account }).then(function(response) {
|
9157
|
|
- // if (response.status == 200) {
|
9158
|
|
- // $scope.loginsumInfo = response.data;
|
9159
|
|
- if (response) {
|
9160
|
|
- if (response.data || response.data != null) {
|
9161
|
|
- $scope.sumInfo.blacklist = "是"
|
9162
|
|
- } else {
|
9163
|
|
- if (response.err) {
|
9164
|
|
- // SweetAlert.swal("系统错误!", "黑名单未取到,请刷新重试", "error");
|
9165
|
|
- } else {
|
9166
|
|
- $scope.sumInfo.blacklist = "否"
|
9167
|
|
- }
|
9168
|
|
- }
|
9169
|
|
- }
|
9170
|
|
- // }
|
9171
|
|
- })
|
|
9156
|
+ // api_webservice1.fetchDataList("queryInhibit", { "userId": $scope.model.incident.account }).then(function(response) {
|
|
9157
|
+ // // if (response.status == 200) {
|
|
9158
|
+ // // $scope.loginsumInfo = response.data;
|
|
9159
|
+ // if (response) {
|
|
9160
|
+ // if (response.data || response.data != null) {
|
|
9161
|
+ // $scope.sumInfo.blacklist = "是"
|
|
9162
|
+ // } else {
|
|
9163
|
+ // if (response.err) {
|
|
9164
|
+ // // SweetAlert.swal("系统错误!", "黑名单未取到,请刷新重试", "error");
|
|
9165
|
+ // } else {
|
|
9166
|
+ // $scope.sumInfo.blacklist = "否"
|
|
9167
|
+ // }
|
|
9168
|
+ // }
|
|
9169
|
+ // }
|
|
9170
|
+ // // }
|
|
9171
|
+ // })
|
9172
|
9172
|
}else{
|
9173
|
9173
|
api_bpm_data
|
9174
|
9174
|
.sumInfo($scope.model.incident.account)
|