提交 af0c7637 编写于 作者: LUCIFER-ZHU's avatar LUCIFER-ZHU

update:更新

上级 ffcdabb3
...@@ -1101,6 +1101,7 @@ import { Environment } from '@/environments/environment'; ...@@ -1101,6 +1101,7 @@ import { Environment } from '@/environments/environment';
if(this.appStateEvent){ if(this.appStateEvent){
this.appStateEvent.unsubscribe(); this.appStateEvent.unsubscribe();
} }
this.formState.complete();
<#if destroyed_block??> <#if destroyed_block??>
${destroyed_block} ${destroyed_block}
</#if> </#if>
......
<#ibizinclude>../@MACRO/FUNC/PUBLIC.vue.ftl</#ibizinclude> <#ibizinclude>../@MACRO/FUNC/PUBLIC.vue.ftl</#ibizinclude>
<cron-editor <#-- <cron-editor
:disabled="detailsModel.${editor.name}.disabled" :disabled="detailsModel.${editor.name}.disabled"
placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>'请选择...'</#if> /> placeholder=<#if item.getPlaceHolder()??>'${item.getPlaceHolder()}'<#else>'请选择...'</#if> /> -->
\ No newline at end of file \ No newline at end of file
<app-address-selection :value="data.${editor.name}" <#if item.getPlaceHolder()??>placeholder="${item.getPlaceHolder()}"</#if> :disabled="detailsModel.${editor.name}.disabled" style="${editor.getEditorCssStyle()}"></app-address-selection> <#-- <app-address-selection :value="data.${editor.name}" <#if item.getPlaceHolder()??>placeholder="${item.getPlaceHolder()}"</#if> :disabled="detailsModel.${editor.name}.disabled" style="${editor.getEditorCssStyle()}"></app-address-selection> -->
\ No newline at end of file \ No newline at end of file
...@@ -516,6 +516,7 @@ ${P.getLogicCode(uiAction, "LOGIC.vue").code} ...@@ -516,6 +516,7 @@ ${P.getLogicCode(uiAction, "LOGIC.vue").code}
if(this.portletStateEvent){ if(this.portletStateEvent){
this.portletStateEvent.unsubscribe(); this.portletStateEvent.unsubscribe();
} }
this.viewState.complete();
} }
</#if> </#if>
</#if> </#if>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册