|
@@ -793,7 +793,7 @@ define(['app/app'], function (app) {
|
|
|
method: 'POST'
|
|
method: 'POST'
|
|
|
}).success(function(data) {
|
|
}).success(function(data) {
|
|
|
if (data.success) {
|
|
if (data.success) {
|
|
|
- window.open("applyPurchase/" + data.data);
|
|
|
|
|
|
|
+ window.location.href = "applyPurchase/" + data.data;
|
|
|
} else {
|
|
} else {
|
|
|
toaster.pop('error', data.message);
|
|
toaster.pop('error', data.message);
|
|
|
}
|
|
}
|