seimin 2 år sedan
förälder
incheckning
5372433771
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      assets/js/controllers/inspect/inspectionScopeCtrl.js

+ 2 - 0
assets/js/controllers/inspect/inspectionScopeCtrl.js

@@ -594,6 +594,8 @@ app.controller("inspectionScope", [
594 594
         function (isConfirm) {
595 595
           if (isConfirm) {
596 596
             $scope.submit1change_save(true);
597
+          }else{
598
+            window.history.back();
597 599
           }
598 600
         }
599 601
       );