Bladeren bron

优化消息通知

seimin 11 maanden geleden
bovenliggende
commit
29905951e8
1 gewijzigde bestanden met toevoegingen van 1 en 0 verwijderingen
  1. 1 0
      assets/js/controllers/system/notificationCtrl.js

+ 1 - 0
assets/js/controllers/system/notificationCtrl.js

@@ -97,6 +97,7 @@ app.controller('notificationCtr', ["$rootScope", "$scope", "$state", "$timeout",
97 97
     //设置
98 98
     $scope.editClick = function (data) {
99 99
         var modalInstance = $modal.open({
100
+            backdrop: false,
100 101
             templateUrl: 'assets/views/system/tpl/notificationBj.html',
101 102
             controller: function ($scope, $modalInstance) {
102 103
                 $scope.data = data;