TreeSelectTag树分类标签 === **示例:** ``` <t:treeSelectTag code="A03" id="currentType" field="type"></t:treeSelectTag> ``` **参数:** | 属性名| 类型| 描述| 是否必须| 默认值| | -------- | ----- | ---- |----- | ---- | | id| string| 控件ID| 否| null| | field| string| 控件字段| 是| null| | defaultVal| string| 默认值| 否| null| | divClass| string| 树形外DIV框样式| 否| null| | inputClass| string| 控件输入框样式| 否| null| | code| string| 分类编码: 系统管理-分类管理| 是| null| | formStyle| string|表单风格:ace/default| 否 | null|