参数修改
This commit is contained in:
@ -207,6 +207,7 @@ const Promenu: React.FC<{}> = () => {
|
|||||||
hideInput.id = 'tempInput_CustomerService'
|
hideInput.id = 'tempInput_CustomerService'
|
||||||
hideInput.type="hidden"
|
hideInput.type="hidden"
|
||||||
hideInput.name= 'consultType'
|
hideInput.name= 'consultType'
|
||||||
|
hideInput.value= consultType
|
||||||
tempForm.appendChild(hideInput)
|
tempForm.appendChild(hideInput)
|
||||||
}
|
}
|
||||||
tempForm.submit();
|
tempForm.submit();
|
||||||
|
Reference in New Issue
Block a user