ExtJS6 treegrid 一次加載数据后,点击展开仍然会从服务器取数据

Ext.create("Ext.tree.Panel", {
                flex: 1,
                store: {
                    type: 'tree',
                    fields: ['d_name', 'parentid', 'parentname', 'd_type',
                        'd_icon', 'd_fuzeren', 'd_tel', 'd_fax', 'd_add',
                        'd_email', 'd_miaoshu', 'd_order', 'isDelete', 'Delete_time', 'DeviceId'],
                    proxy: {
                        type: 'ajax',
                        url: '/data/hr_department.ashx?Action=treegrid',
                        reader: {
                            type: 'json',rootProperty: 'Rows',idProperty: 'id'
                        }
                    }
                },
                id: 'depTreeGrid',
                useArrows: true,
                rootVisible: false,
                multiSelect: false,
                singleExpand: false,
                columns: [{ xtype: 'treecolumn', text: '门店名称', dataIndex: 'd_name', width: 180 },
                { text: '负责人', dataIndex: 'd_fuzeren', width: 100 },
                { text: '电话', dataIndex: 'd_tel', width: 100 },
                { text: '邮箱', dataIndex: 'd_email', width: 100 },
                { text: '传真', dataIndex: 'd_fax', width: 100 },
                { text: '地址', dataIndex: 'd_add', width: 180 },
                { text: '描述', dataIndex: 'd_miaoshu', width: 150 },
                { text: '绑定设备', dataIndex: 'DeviceId', width: 150 },
                { text: '排序', dataIndex: 'd_order', width: 100 }],
                listeners: {
                    afterrender: function (pObj, eOpts) {
                        AppCommon.toolbar(pObj, 21, []);
                    }
                }
            });
去掉store的proxy配置中的红线部分,检查输出数据中子节点属性是否是children
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值