Просмотр исходного кода

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 лет назад
Родитель
Сommit
c0dba9c7e5

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