字典数据管理,上级字典切换无效问题修正。#IJO4W

This commit is contained in:
thinkgem
2018-05-10 20:34:30 +08:00
parent fcc58f1b0d
commit 6cab0864b5
2 changed files with 7 additions and 6 deletions

View File

@@ -20,7 +20,7 @@
<#form:treeselect id="parent" title="上级字典"
path="parent.id" labelPath="parent.dictLabelOrig"
url="${ctx}/sys/dictData/treeData?excludeCode=${dictData.id}&dictType=${dictData.dictType}&isShowNameOrig=true"
class="" allowClear="true" canSelectRoot="true" canSelectParent="true"/>
class="" allowClear="true" canSelectRoot="true" canSelectParent="true" isReturnValue="false"/>
</div>
</div>
</div>