seimin 8 місяців тому
батько
коміт
6ef7e27d30

+ 1 - 1
assets/js/controllers/incident/incidentCtrl.js

@@ -2397,7 +2397,7 @@ app.controller('incidentListCtrl', ["$scope", "$http", "i18nService", "$rootScop
2397 2397
                 id: data.id,
2398 2398
             });
2399 2399
         }else{
2400
-            window.open(location.origin+'/#/app/incident/incidentDetail/'+data.id);
2400
+            window.open(location.origin+'/#/app/incident/incidentDetail/'+ data.id + '/');
2401 2401
         }
2402 2402
     };
2403 2403
 

+ 1 - 1
assets/js/controllers/inspect/integralCtrl.js

@@ -816,7 +816,7 @@ app.controller("integralCtrl", [
816 816
             id: data.id,
817 817
           });
818 818
         }else{
819
-          window.open(location.origin+'/#/app/incident/incidentDetail/'+data.id);
819
+          window.open(location.origin+'/#/app/incident/incidentDetail/' + data.id + '/');
820 820
         }
821 821
     };
822 822
     //重置按钮