/** * 定义一个树形下拉选择组件 * */ var selectTree={ data: function() { return { selectValue:null, } }, props: ['param'], template: ` ` }