فهرست منبع

修复新建流程的时候传入身份参数出错的问题

unknown 6 سال پیش
والد
کامیت
865cef7eb1
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      o2web/source/x_component_process_TaskCenter/ProcessStarter.js

+ 1 - 1
o2web/source/x_component_process_TaskCenter/ProcessStarter.js

@@ -40,7 +40,7 @@ MWF.xApplication.process.TaskCenter.ProcessStarter = new Class({
                             if (this.identitys.length==1){
                                 var data = {
                                     "title": this.data.name+"-"+this.lp.unnamed,
-                                    "identity": this.identitys[0].name,
+                                    "identity": this.identitys[0].distinguishedName,
                                     "latest": this.options.latest
                                 };
                                 if( this.options.workData ){