提交 6a094359 编写于 作者: RedPig97's avatar RedPig97

update:选择视图数据变更

上级 992d5c67
...@@ -12,6 +12,11 @@ ...@@ -12,6 +12,11 @@
* @param {*} [srfParentDeName] 父实体名称 * @param {*} [srfParentDeName] 父实体名称
*/ */
public async ${item.getFullCodeName()}(args: any[], context: any = {}, params: any = {}, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string) { public async ${item.getFullCodeName()}(args: any[], context: any = {}, params: any = {}, $event?: any, xData?: any, actionContext?: any, srfParentDeName?: string) {
// 选择视图保存变更
if (Object.is(this.viewType, 'DEPICKUPVIEW') || Object.is(this.viewType, 'DEMPICKUPVIEW')) {
this.$emit('viewdataschange', this.viewSelections);
this.$emit('close', null);
} else {
<#if item.getPSAppDataEntity?? && item.getPSAppDataEntity()??> <#if item.getPSAppDataEntity?? && item.getPSAppDataEntity()??>
// 准备上下文参数 // 准备上下文参数
const tempContext = {...context}; const tempContext = {...context};
...@@ -46,4 +51,5 @@ ...@@ -46,4 +51,5 @@
actionContext.$Notice.error({ title: '错误', desc: '保存变更行为未配置实体' }); actionContext.$Notice.error({ title: '错误', desc: '保存变更行为未配置实体' });
</#if> </#if>
} }
}
</#macro> </#macro>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册