Commit 83d8ff81 by 肖康

number

parent 077c4c03
Showing with 1 additions and 1 deletions
......@@ -101,7 +101,7 @@ const Page = () => {
form.validateFields().then((value: any) => {
let params_ = { ...JSON.parse(JSON.stringify(value)) }
params_.customer_type = type
params_.customer_type = Number(type)
if(params_.password!=params_.confirm_password){
messageRef.current("密码和确认密码不一致")
return
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment