This commit is contained in:
孟帅
2024-04-22 23:08:40 +08:00
parent 82483bd7b9
commit e144b12580
445 changed files with 17457 additions and 6708 deletions

View File

@@ -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}