git 8 years ago
parent b7530b811e
commit 1d0e93a23e

@ -975,6 +975,7 @@ export default {
input = document.createElement('input') input = document.createElement('input')
input.type = 'hidden' input.type = 'hidden'
input.name = key input.name = key
input.value = value
form.appendChild(input) form.appendChild(input)
} }
} }

Loading…
Cancel
Save