fix(template): 优化logs.html模板中的AJAX请求处理逻辑
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3aed58dc5c
commit
4b0f954b42
@ -93,9 +93,7 @@
|
|||||||
url: '/barcode',
|
url: '/barcode',
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
data: JSON.stringify({
|
data: JSON.stringify({
|
||||||
data: {
|
|
||||||
data: barcode
|
data: barcode
|
||||||
}
|
|
||||||
}),
|
}),
|
||||||
contentType: 'application/json',
|
contentType: 'application/json',
|
||||||
success: function(response) {
|
success: function(response) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user