|
|
|
@ -752,7 +752,7 @@ define(['angular', 'jquery', 'uiRouter', './monitoring/analysis-monitoring'],
|
|
|
|
|
$scope.searchForChargeback = function () {
|
|
|
|
|
$scope.riskEvent.order_ids = null;
|
|
|
|
|
let channelOrderId = $scope.riskEvent.channel_order_id;
|
|
|
|
|
$http.get('/risk/business/chargeback_orders', {channel_order_id: channelOrderId}).then(function (res) {
|
|
|
|
|
$http.get('/risk/business/chargeback_orders', {params: {channel_order_id: channelOrderId}}).then(function (res) {
|
|
|
|
|
$scope.channel_orders = res.data;
|
|
|
|
|
}, function (res) {
|
|
|
|
|
commonDialog.alert({type: 'error', title: 'Error', content: res.data.message})
|
|
|
|
|