Ext.create('Ext.tree.Panel',{
title:'岗位列表',
region:'west',
rootVisible: false,
useArrows: true,
frame: true,
width:'30%',
store:pageVar.treeStore,
}
加入rootVisible:false这个属性就可以
rootVisible: false,