提交 c9efd769 编写于 作者: KK's avatar KK

搜索表单——data数据项调整

上级 029f98dd
...@@ -170,7 +170,9 @@ import { debounceTime, distinctUntilChanged } from 'rxjs/operators'; ...@@ -170,7 +170,9 @@ import { debounceTime, distinctUntilChanged } from 'rxjs/operators';
*/ */
protected data: any = { protected data: any = {
<#list ctrl.getPSDEFormItems() as item> <#list ctrl.getPSDEFormItems() as item>
${item.getName()}: null, <#if item.getPSDEFSearchMode()??>
${item.getPSDEFSearchMode()}: null,
</#if>
</#list> </#list>
<#if appde??>${appde.getCodeName()?lower_case}: null,</#if> <#if appde??>${appde.getCodeName()?lower_case}: null,</#if>
}; };
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册