diff --git a/src/main/ui/static/analysis/risk_business.js b/src/main/ui/static/analysis/risk_business.js index 31c4f86d6..1c33fa8fd 100644 --- a/src/main/ui/static/analysis/risk_business.js +++ b/src/main/ui/static/analysis/risk_business.js @@ -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}) diff --git a/src/main/ui/static/analysis/templates/new_riskEvent.html b/src/main/ui/static/analysis/templates/new_riskEvent.html index 7ac541a95..15cc552ee 100644 --- a/src/main/ui/static/analysis/templates/new_riskEvent.html +++ b/src/main/ui/static/analysis/templates/new_riskEvent.html @@ -204,6 +204,22 @@ +
+ +
+
+
+
+
+ +
+
+
+