提交 6c44d94a 编写于 作者: 蔡祥熠

Merge branch 'cherry-pick-b5361e1d' into 'develop'

Merge branch 'fix/Process.opinion_empty_execption' into 'wrdp'

See merge request o2oa/o2oa!1163
......@@ -899,7 +899,7 @@ MWF.xApplication.process.Xform.Form = MWF.APPForm = new Class({
this.saveOpinion(module);
var key = layout.desktop.session.user.id;
if( typeOf( data[id] ) === "object" && data[id][key] ){
if( typeOf( data[id] ) === "object" && typeOf(data[id][key])==="string" ){
delete data[id][key]
}
// delete data[id];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册