优化代码生成模板格式化

This commit is contained in:
不做码农 2022-01-26 09:42:38 +08:00
parent d4b80587d6
commit 6b03b947f9
2 changed files with 3 additions and 3 deletions

View File

@ -147,7 +147,7 @@ $end
// 列表数据查询
this.getList();
$set(index = 0)
$set(index = 0)
var dictParams = [
$foreach(item in genTable.Columns)
$if((item.HtmlType == "radio" || item.HtmlType == "select" || item.HtmlType == "checkbox") && item.DictType != "")

View File

@ -128,7 +128,7 @@ $end
// 列表数据查询
this.getList();
$set(index = 0)
$set(index = 0)
var dictParams = [
$foreach(item in genTable.Columns)
$if((item.HtmlType == "radio" || item.HtmlType == "select" || item.HtmlType == "checkbox") && item.DictType != "")