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