提交 9aa63cf1 编写于 作者: O o2sword

修复内容管理根据doc获取表单返回的都是编辑表单的问题

上级 6fbf1832
......@@ -104,7 +104,7 @@ class V2LookupDoc extends BaseAction {
if(readFormId.equals(formId)){
this.readForm = this.form;
}else {
this.readForm = business.getFormFactory().pick(formId);
this.readForm = business.getFormFactory().pick(readFormId);
}
}
if (null == this.readForm) {
......
......@@ -105,7 +105,7 @@ class V2LookupDocMobile extends BaseAction {
if(readFormId.equals(formId)){
this.readForm = this.form;
}else {
this.readForm = business.getFormFactory().pick(formId);
this.readForm = business.getFormFactory().pick(readFormId);
}
}
if (null == this.readForm) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册