|

楼主 |
发表于 2017-8-29 17:29:42
|
显示全部楼层
你的意思是把 : Model.prototype.createExecutorDialog = function(){
return new OrgDialog({
cacheKind: cacheKind,
title: new justep.Message(justep.Message.JUSTEP230055).getMessage(),
showTitle: true,
multiSelection: true,
parentNode: this.getElementByXid("dialogs")
});
};
这段代码放到“/UI2/system/components/justep/org/dialog/singleOrgDialogPC.js”这个里面?还是将“/UI2/system/service/process/dialog/processDialog.m.js”中的js代码替换掉“/UI2/system/components/justep/org/dialog/singleOrgDialogPC.js”这个里面的? |
|