|
|
@@ -75,7 +75,7 @@ define(['app/app', 'clipboard', 'QRCode'], function (app, clipboard, QRCode) {
|
|
|
$http({
|
|
|
method: 'get',
|
|
|
dataType: 'json',
|
|
|
- url: 'http://10.1.51.82:24002' + '/inquiry/buyer/list',
|
|
|
+ url: seekUrl + '/inquiry/buyer/list',
|
|
|
params: param
|
|
|
}).success(function (data) {
|
|
|
params.total(data.totalElements);
|
|
|
@@ -100,7 +100,7 @@ define(['app/app', 'clipboard', 'QRCode'], function (app, clipboard, QRCode) {
|
|
|
$http({
|
|
|
method: 'get',
|
|
|
dataType: 'json',
|
|
|
- url: 'http://10.1.51.82:24002' + '/inquiry/buyer/quotations',
|
|
|
+ url: seekUrl + '/inquiry/buyer/quotations',
|
|
|
params: param
|
|
|
}).success(function (data) {
|
|
|
params.total(data.totalElements);
|