新建人员跳转

This commit is contained in:
Chengliang 2022-11-29 16:59:04 +08:00
parent 267e71e9ef
commit 04403d5d26
1 changed files with 5 additions and 4 deletions

View File

@ -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() {