This commit is contained in:
2024-04-01 13:01:51 +03:00
parent 6a76d36c46
commit 68e50ee4a8

View File

@@ -77,8 +77,9 @@ $("#searchbutton").click(function(){
contentType: 'application/json', contentType: 'application/json',
dataType: 'json', dataType: 'json',
data: { data: {
rasp: rasp.value, ved: vedomost.value,
ved: vedomost.value rasp: rasp.value
}, },
}) })