@@ -54,7 +54,9 @@ app.controller("calendarCtrl", function($scope,$rootScope, $filter, $q, $timeout
};
$scope.saveMonth = function(){
+ $rootScope.isMask = true;
api_bpm_data.addData('workdayexception', {workdayexception: {list: $scope.arrList}}).then(function(response) {
+ $rootScope.isMask = false;
if (response.status == 200) {
SweetAlert.swal({
title: "修改成功!",