diff --git a/pc4mobx/organization/components/resource/resource.js b/pc4mobx/organization/components/resource/resource.js index 3a88c60..7da24c9 100644 --- a/pc4mobx/organization/components/resource/resource.js +++ b/pc4mobx/organization/components/resource/resource.js @@ -224,10 +224,11 @@ export default class Resource extends React.Component { resource } = this.props; - resource.setNeDialogTitle(i18n.label.newPeople()); - resource.setIsNew(true); - resource.setVisible(true); - resource.getForm(); + // resource.setNeDialogTitle(i18n.label.newPeople()); + // resource.setIsNew(true); + // resource.setVisible(true); + // resource.getForm(); + window.open("/spa/hrm/index_mobx.html#/main/hrm/add","_blank") } import() {