Ext.getCmp('tasklist_grid').reconfigure(taskStore);reconfigure 参数放入要重新绑定的store 就可以。此时store中的fields 匹配grid columns中的 dataIndex ,才正常显示。