表格树支持分页/异步加载

This commit is contained in:
RuoYi
2022-02-22 10:41:19 +08:00
parent 6bd0dc8e05
commit 27889b0a14
9 changed files with 687 additions and 51 deletions

View File

@ -103,7 +103,6 @@
createUrl: prefix + "/add/{id}",
updateUrl: prefix + "/edit/{id}",
removeUrl: prefix + "/remove/{id}",
exportUrl: prefix + "/export",
modalName: "${functionName}",
columns: [{
field: 'selectItem',