From da9706483817702dededb4699c7b769b0881159f Mon Sep 17 00:00:00 2001
From: Chengliang <1546584672@qq.com>
Date: Mon, 31 Jul 2023 09:28:22 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E6=B5=8B=E8=AF=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pc4mobx/organization/stores/department.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pc4mobx/organization/stores/department.js b/pc4mobx/organization/stores/department.js
index 39fb412..0c0b368 100644
--- a/pc4mobx/organization/stores/department.js
+++ b/pc4mobx/organization/stores/department.js
@@ -156,7 +156,7 @@ export class DepartmentStore {
updateForbiddenTag(checked, id) {
let params = {
- forbiddenTag: checked,
+ canceled: checked,
id: id
}
Api.updateForbiddenTag(params).then(response => {
From 0e9eb6db03a4894493bd46f35e7bdd407bb9bc69 Mon Sep 17 00:00:00 2001
From: Chengliang <1546584672@qq.com>
Date: Wed, 2 Aug 2023 17:12:23 +0800
Subject: [PATCH 2/2] =?UTF-8?q?=E5=B2=97=E4=BD=8D=E6=96=B0=E5=A2=9E?=
=?UTF-8?q?=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../components/company/CompanyExtend.js | 3 +-
.../components/company/company.js | 20 ++++--
.../components/department/NewPopconfirm.js | 12 +++-
.../components/department/department.js | 28 ++++++--
.../components/detach/ManagerDetach.js | 4 +-
.../components/fieldDefinedSet/FieldDef.js | 8 ++-
.../components/fieldDefinedSet/FormInfo.js | 4 +-
.../components/import/datasImport.js | 20 ++++--
.../components/importresource/Import.js | 20 ++++--
.../components/importresource/ImportLog.js | 16 +++--
.../components/importresource/ImportResult.js | 4 +-
pc4mobx/organization/components/job/Job.js | 71 ++++++++++++++-----
.../organization/components/log/LogView.js | 12 +++-
.../components/newImport/stepContent.js | 8 ++-
.../components/postionrank/JobGrade.js | 4 +-
.../components/postionrank/JobLevel.js | 4 +-
.../components/postionrank/RankScheme.js | 4 +-
.../components/resource/ResourceBasicInfo.js | 4 +-
.../components/resource/ResourceCard.js | 28 ++++++--
.../components/resource/resource.js | 4 +-
.../components/sequence/Sequence.js | 4 +-
.../organization/components/staff/Staff.js | 4 +-
.../components/staff/StaffScheme.js | 4 +-
pc4mobx/organization/stores/fieldDefined.js | 6 +-
pc4mobx/organization/stores/job.js | 26 ++++++-
pc4mobx/organization/util/index.js | 4 +-
26 files changed, 248 insertions(+), 78 deletions(-)
diff --git a/pc4mobx/organization/components/company/CompanyExtend.js b/pc4mobx/organization/components/company/CompanyExtend.js
index b49a5f4..9ae029f 100644
--- a/pc4mobx/organization/components/company/CompanyExtend.js
+++ b/pc4mobx/organization/components/company/CompanyExtend.js
@@ -311,8 +311,7 @@ export default class CompanyExtend extends React.Component {
onAnimationEnd={() => console.log('onAnimationEnd')} />
)
- }
- catch (e) {
+ } catch (e) {
return