Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[表单] 表单数据获取以及填充 #5

Open
4 tasks done
zhou-hao opened this issue Jan 25, 2018 · 0 comments
Open
4 tasks done

[表单] 表单数据获取以及填充 #5

zhou-hao opened this issue Jan 25, 2018 · 0 comments

Comments

@zhou-hao
Copy link
Member

zhou-hao commented Jan 25, 2018

表单数据获取

直接使用js获取表单数据,如 form.getData();

控件对应格式:

  • 单选框: {name:value}
  • 多选框:{name:value1,value2,value3}
  • 下拉列表: {name: value}
  • 日期: {name:value}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants