提交 984636bf 编写于 作者: 蔡祥熠

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

Merge of fix/Process.opinion_empty_execption to develop

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