优化代码生成模板格式化
This commit is contained in:
parent
d4b80587d6
commit
6b03b947f9
@ -147,7 +147,7 @@ $end
|
|||||||
// 列表数据查询
|
// 列表数据查询
|
||||||
this.getList();
|
this.getList();
|
||||||
|
|
||||||
$set(index = 0)
|
$set(index = 0)
|
||||||
var dictParams = [
|
var dictParams = [
|
||||||
$foreach(item in genTable.Columns)
|
$foreach(item in genTable.Columns)
|
||||||
$if((item.HtmlType == "radio" || item.HtmlType == "select" || item.HtmlType == "checkbox") && item.DictType != "")
|
$if((item.HtmlType == "radio" || item.HtmlType == "select" || item.HtmlType == "checkbox") && item.DictType != "")
|
||||||
|
|||||||
@ -128,7 +128,7 @@ $end
|
|||||||
// 列表数据查询
|
// 列表数据查询
|
||||||
this.getList();
|
this.getList();
|
||||||
|
|
||||||
$set(index = 0)
|
$set(index = 0)
|
||||||
var dictParams = [
|
var dictParams = [
|
||||||
$foreach(item in genTable.Columns)
|
$foreach(item in genTable.Columns)
|
||||||
$if((item.HtmlType == "radio" || item.HtmlType == "select" || item.HtmlType == "checkbox") && item.DictType != "")
|
$if((item.HtmlType == "radio" || item.HtmlType == "select" || item.HtmlType == "checkbox") && item.DictType != "")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user