新建人员跳转
This commit is contained in:
parent
267e71e9ef
commit
04403d5d26
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue