feat: 生成表单时在添加页面默认读取get参数预设值

This commit is contained in:
augushong
2025-03-21 13:20:45 +08:00
parent 3f98cf0b5b
commit d85f98a869
2 changed files with 11 additions and 8 deletions

View File

@@ -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',