eason.qian 7 years ago
parent ca1c61d666
commit f63f6bc001

@ -188,7 +188,7 @@ define(['angular', 'static/commons/commons', 'static/commons/angular-ueditor', '
$http.put('/sys/notice/' + $scope.notice.notice_id, $scope.notice).then(function (resp) {
$scope.saveNoticeResult = false;
commonDialog.alert({title: 'Success', content: 'Send a notice successfully', type: 'success'});
$scope.close();
$scope.$close();
$state.go('notice.detail', {notice_id: $scope.notice.notice_id})
}, function (resp) {
$scope.saveNoticeResult = false;

Loading…
Cancel
Save