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

update

上级 340418da
...@@ -1161,7 +1161,7 @@ import { Util } from '@/ibiz-core/utils'; ...@@ -1161,7 +1161,7 @@ import { Util } from '@/ibiz-core/utils';
this.$emit('save', data); this.$emit('save', data);
} }
<#if ctrl.getControlType() == 'FORM'> <#if ctrl.getControlType() == 'FORM'>
AppCenterService.notifyMessage({name:"${ctrl.getPSAppDataEntity().getCodeName()}",action:'appRefresh',data:data:Object.assign(data,{appRefreshAction:action===this.updateAction?false:true})}}); AppCenterService.notifyMessage({name:"${ctrl.getPSAppDataEntity().getCodeName()}",action:'appRefresh',data:Object.assign(data,{appRefreshAction:action===this.updateAction?false:true})});
this.$store.dispatch('viewaction/datasaved', { viewtag: this.viewtag }); this.$store.dispatch('viewaction/datasaved', { viewtag: this.viewtag });
</#if> </#if>
this.$nextTick(() => { this.$nextTick(() => {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册