mirror of https://gitee.com/karson/fastadmin.git
新增回收站增加额外参数
parent
eccf03e43f
commit
349c110717
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
// 初始化表格
|
// 初始化表格
|
||||||
table.bootstrapTable({
|
table.bootstrapTable({
|
||||||
url: '{%controllerUrl%}/recyclebin',
|
url: '{%controllerUrl%}/recyclebin' + location.search,
|
||||||
pk: 'id',
|
pk: 'id',
|
||||||
sortName: 'id',
|
sortName: 'id',
|
||||||
columns: [
|
columns: [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue