修改动态表单问题

This commit is contained in:
wenc000 2020-02-27 13:33:44 +08:00
parent c6ee7c5890
commit c8c4c492fb

View File

@ -533,7 +533,7 @@
// 初始化内容 // 初始化内容
function initData() { function initData() {
top.restAjax.get(top.restAjax.path('api/userinfo/getcurrentuseridinfo', []), {}, null, function(code, data) { top.restAjax.get(top.restAjax.path('api/${lowerTableName}/getcurrentuseridinfo', []), {}, null, function(code, data) {
<#list fieldList! as field> <#list fieldList! as field>
<#if field.formShow == 1> <#if field.formShow == 1>
<#if field.fieldType == "date"> <#if field.fieldType == "date">