修改动态表单问题
This commit is contained in:
parent
c6ee7c5890
commit
c8c4c492fb
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user