Merge of git/fix_minder_save_execption 修复新建脑图不能保存的问题 to develop See merge request o2oa/o2oa!1726
@@ -20,6 +20,7 @@ MWF.xApplication.Minder.Actions.RestActions2 = new Class({
}
});
+ if( !this.address )this.getAddress();
uri = this.address+uri;
var async = (option.async===false) ? false : true;