优化Vue3&服务层代码生成模板
This commit is contained in:
@@ -317,8 +317,8 @@ const showSearch = ref(true)
|
||||
const queryParams = reactive({
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
sort: undefined,
|
||||
sortType: undefined,
|
||||
sort: '${genTable.Options.SortField}',
|
||||
sortType: '${genTable.Options.SortType}',
|
||||
$foreach(item in genTable.Columns)
|
||||
$if(item.IsQuery == true)
|
||||
${item.CsharpFieldFl}: undefined,
|
||||
|
||||
Reference in New Issue
Block a user