优化代码生成

This commit is contained in:
不做码农
2021-12-24 21:05:42 +08:00
parent a3d0a2b403
commit 5bce7e0464
7 changed files with 59 additions and 22 deletions

View File

@@ -67,7 +67,7 @@ export function export${genTable.BusinessName}(query) {
})
}
$if(genTable.SortField != "" && genTable.SortField != null)
$if(showCustomInput)
//排序
export function changeSort(data) {
return request({