mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-05 17:42:49 +08:00
feat: 生成表单时在添加页面默认读取get参数预设值
This commit is contained in:
@@ -2,7 +2,7 @@ var init = {
|
||||
tableElem: '#currentTable',
|
||||
tableRenderId: 'currentTableRenderId',
|
||||
indexUrl: '{{controllerUrl}}/index',
|
||||
addUrl: '{{controllerUrl}}/add',
|
||||
addUrl: '{{controllerUrl}}/add' + location.search,
|
||||
editUrl: '{{controllerUrl}}/edit',
|
||||
deleteUrl: '{{controllerUrl}}/delete',
|
||||
exportUrl: '{{controllerUrl}}/export',
|
||||
|
||||
Reference in New Issue
Block a user