提交 dfcc8f05 编写于 作者: 蔡祥熠

Merge branch 'fix/process.opinion_save_exectipion' into 'develop'

Merge of fix/process.opinion_save_exectipion to develop

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