// 定义搜索节点树结构Store const nodeStore = Ext.create('Ext.data.TreeStore', { autoLoad : true, id : 'nodeStoreTreeId', fields : ['index', 'nodeId', 'name_or_index', 'to_node', 'type'], proxy : { type : 'memory', reader : { type : 'json', } }, root : { text…