提交 f57e59c7 编写于 作者: U unknown

修复流程流转的时候意见不能清空的问题

上级 74f230c3
......@@ -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.
先完成此消息的编辑!
想要评论请 注册