mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-08-27 21:03:41 +08:00
发布v2.15.1版本,更新内容请查看:https://github.com/bufanyun/hotgo/blob/v2.0/docs/guide-zh-CN/start-update-log.md
This commit is contained in:
@@ -72,4 +72,13 @@ export function MaxSort() {
|
||||
export function Export(params) {
|
||||
jumpExport('/@{.apiPrefix}/export', params);
|
||||
}
|
||||
@{end}
|
||||
@{ if eq .options.Step.IsTreeTable true }
|
||||
// 获取@{.tableComment}关系树选项
|
||||
export function TreeOption() {
|
||||
return http.request({
|
||||
url: '/@{.apiPrefix}/treeOption',
|
||||
method: 'GET',
|
||||
});
|
||||
}
|
||||
@{end}
|
Reference in New Issue
Block a user