设置rootFilter给设置普通的filter不一样,不能直接调用data的setFilter设置,需要获取treeOption设置
如下:

	 var data = this.comp("treeData");
	 data.getTreeOption().rootFilter = "AP_SXSJ.fParentID ='FE61C5E5D8D2471290485173BED947E7'";
	 data.refreshData();