提交 f17a5620 编写于 作者: Mosher's avatar Mosher

update:更新

上级 502f5bd9
......@@ -135,7 +135,7 @@ ${backend_block}
const backend = () => {
if (xData && xData.formValidateStatus instanceof Function) {
if (!xData.formValidateStatus()) {
actionContext.$Notice.error({ title: '错误', actionContext.$t('app.searchform.globalerrortip') as string });
actionContext.$Notice.error({ title: '错误', desc: actionContext.$t('app.searchform.globalerrortip') as string });
return;
}
}
......@@ -196,7 +196,7 @@ ${backend_block}
</#if>
<#if item.isReloadData?? && item.isReloadData() && item.getRefreshMode?? && item.getRefreshMode()?? && item.getRefreshMode() == 1>
if (xData && xData.getControlType instanceof Function && xData.getControlType() == 'FORM') {
AppCenterService.notifyMessage({ name:"${item.getPSAppDataEntity().getCodeName()}", action: 'appRefresh', data: args });
AppCenterService.notifyMessage({ name: "${item.getPSAppDataEntity().getCodeName()}", action: 'appRefresh', data: args });
}
</#if>
<#-- 后续界面行为 -->
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册