主题切换
fileDocument_xx
//树折叠状态切换 this.record.doEvent({ key: 'key', functionName: 'collapseBar', data: data }); //列表显示模式切换 this.record.doEvent({ key: 'key', functionName: 'switchMode', data: data });
functionName
collapseBar
switchMode