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

update:更新

上级 bcba3016
......@@ -137,7 +137,7 @@ export class AppSysAction {
console.warn("数据参数不足");
return;
}
Object.assign(params.context, { [actionEnvironment.state.appDeKeyFieldName]: data[0].srfkey })
Object.assign(params.context, { [actionEnvironment.state.appEntityCodeName?.toLowerCase()]: data[0].srfkey });
ViewUtil.openData(view, params);
}
......
......@@ -244,7 +244,7 @@ export class MDView extends MainView {
}
// 准备参数
const tempContext = {};
Object.assign(tempContext, { [this.state.appDeKeyFieldName]: args[0].srfkey });
Object.assign(tempContext, { [this.state.appEntityCodeName?.toLowerCase()]: args[0].srfkey });
Object.assign(tempContext, this.state.context);
const params = {
context: tempContext,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册