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

引擎调整

上级 b070f9ed
......@@ -41,7 +41,7 @@ export default class MobEditViewEngine extends ViewEngine {
const tag = this.getForm().name;
let action: string = '';
// 实体主键字段有值时load该记录数据,否则loaddraft加载草稿
if ((this.keyPSDEField && this.view.context[this.keyPSDEField] && !Object.is(this.view.context[this.keyPSDEField], ''))) {
if ((this.keyPSDEField && this.view.context[this.keyPSDEField] && !Object.is(this.view.context[this.keyPSDEField], '') && !Object.is(this.view.context[this.keyPSDEField], 'null'))) {
action = 'load';
} else {
action = 'loaddraft';
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册