From 04403d5d261279747defca1c47e4780680c24263 Mon Sep 17 00:00:00 2001 From: Chengliang <1546584672@qq.com> Date: Tue, 29 Nov 2022 16:59:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=BB=BA=E4=BA=BA=E5=91=98=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/organization/components/resource/resource.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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() {