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

修复主属性无法保存

上级 e7ee861c
......@@ -1147,6 +1147,7 @@ import { Util } from '@/ibiz-core/utils';
this.$notice.error(this.viewName+this.$t('app.view')+this.$t('app.ctrl.form')+actionName+ this.$t('app.notConfig'));
return Promise.reject();
}
Object.assign(this.viewparams,{ <#if appde.getMajorPSAppDEField()??>${appde.getMajorPSAppDEField().getCodeName()?lower_case}<#else>srfmajortext</#if>: arg.<#if appde.getMajorPSAppDEField()??>${appde.getMajorPSAppDEField().getCodeName()?lower_case}<#else>srfmajortext</#if>});
Object.assign(arg, this.viewparams);
let response: any = null;
if (Object.is(data.srfuf, '1')) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册