update ztree limit

This commit is contained in:
ivan deng
2020-02-04 17:38:57 +08:00
parent f7f126ac6e
commit 61ac17b1a2
2 changed files with 3 additions and 1 deletions

View File

@@ -17,7 +17,7 @@
{ {
'name': "App Product category ztree, parent children tree", 'name': "App Product category ztree, parent children tree",
'version': '12.19.05.22', 'version': '12.20.02.04',
'author': 'Sunpop.cn', 'author': 'Sunpop.cn',
'category': 'Base', 'category': 'Base',
'website': 'https://www.sunpop.cn', 'website': 'https://www.sunpop.cn',

View File

@@ -12,6 +12,7 @@
<attribute name="ztree_parent_key">parent_id</attribute> <attribute name="ztree_parent_key">parent_id</attribute>
<attribute name="ztree_expend_level">2</attribute> <attribute name="ztree_expend_level">2</attribute>
<attribute name="order">name</attribute> <attribute name="order">name</attribute>
<attribute name="limit">1000</attribute>
</xpath> </xpath>
</field> </field>
</record> </record>
@@ -25,6 +26,7 @@
<!-- Add your fields or attributes here --> <!-- Add your fields or attributes here -->
<attribute name="widget">ztree_select</attribute> <attribute name="widget">ztree_select</attribute>
<attribute name="ztree_parent_key">parent_id</attribute> <attribute name="ztree_parent_key">parent_id</attribute>
<attribute name="limit">1000</attribute>
</xpath> </xpath>
</field> </field>