feat(royalpay): 删除handle的controller

master
xiao.tang 4 years ago
parent 478bc028d4
commit c19bc66ad3

@ -294,24 +294,5 @@ define(['angular', 'uiRouter'], function () {
} }
}, },
]) ])
// 处理
app.controller('handleCtrl', [
'$scope',
'$http',
'commonDialog',
'logId',
function ($scope, $http, commonDialog, logId) {
$scope.confirm = function () {
$http.post('/sys/financial/mark/resolve/message', { log_id: logId, message: $scope.message }).then(
function () {
$scope.$close()
},
function (resp) {
commonDialog.alert({ title: 'failed', content: resp.data.message, type: 'error' })
}
)
}
},
])
return app return app
}) })

Loading…
Cancel
Save