Ext Form表单设置值 form.getForm().setValues({fieldName : value});通过构建一个json对象,传递到setValues中fieldName 为form表单元素的name属性value为要设置的值