提交 346bcd3d 编写于 作者: U unknown

修复提交的时候意见可能未被清空的问题

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