Update url
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
}else{
|
||||
$(".loading").show();
|
||||
$.ajax({
|
||||
url: '/item-search-sts?no_skprd='+$(this).val(),
|
||||
url: '{{ $baseUrl }}/item-search-sts?no_skprd='+$(this).val(),
|
||||
dataType: 'json',
|
||||
success: function (data) {
|
||||
if (Object.keys(data).length == 0){
|
||||
|
||||
Reference in New Issue
Block a user