提交 a891a23a 编写于 作者: U unknown

流程提交的时候避免意见为undefined的情况

上级 8c9bce96
......@@ -1397,7 +1397,7 @@ MWF.xApplication.process.Xform.Form = MWF.APPForm = new Class({
if (this.app && this.app.fireEvent) this.app.fireEvent("beforeSave");
this.saveFormData(function (json) {
this.businessData.task.routeName = routeName;
this.businessData.task.opinion = opinion;
this.businessData.task.opinion = opinion || "";
var mediaIds = [];
if (medias && medias.length) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册