Преглед изворни кода

Merge branch 'git/fix_minder_save_execption' into 'develop'

Merge of git/fix_minder_save_execption 修复新建脑图不能保存的问题 to develop

See merge request o2oa/o2oa!1726
蔡祥熠 пре 5 година
родитељ
комит
c0dba9c7e5
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      o2web/source/o2_core/o2/xAction/services/x_mind_assemble_control.js

+ 1 - 0
o2web/source/o2_core/o2/xAction/services/x_mind_assemble_control.js

@@ -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;