From 8a51c05c30dba510037afe9175db4a238bf02154 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Wed, 11 Jan 2023 13:33:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=91=98=E5=AF=BC=E5=85=A5=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E4=BF=A1=E6=81=AF=E4=B8=8D=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/ledgerPage/components/ledgerAssociatedPersonnel.js | 1 - pc4mobx/hrmSalary/pages/taxAgent/slideTaxagentUser.js | 1 - 2 files changed, 2 deletions(-) diff --git a/pc4mobx/hrmSalary/pages/ledgerPage/components/ledgerAssociatedPersonnel.js b/pc4mobx/hrmSalary/pages/ledgerPage/components/ledgerAssociatedPersonnel.js index 55c61acd..c7f94dc0 100644 --- a/pc4mobx/hrmSalary/pages/ledgerPage/components/ledgerAssociatedPersonnel.js +++ b/pc4mobx/hrmSalary/pages/ledgerPage/components/ledgerAssociatedPersonnel.js @@ -112,7 +112,6 @@ class LedgerAssociatedPersonnel extends Component { const { editId: salarySobId } = this.props; salarysobRangeImportData({ ...params, salarySobId }).then(({ status, data }) => { if (status) { - data.errorData = data.errorNotice; this.setState({ importParams: { ...this.state.importParams, diff --git a/pc4mobx/hrmSalary/pages/taxAgent/slideTaxagentUser.js b/pc4mobx/hrmSalary/pages/taxAgent/slideTaxagentUser.js index 1c10b6ca..42362af8 100644 --- a/pc4mobx/hrmSalary/pages/taxAgent/slideTaxagentUser.js +++ b/pc4mobx/hrmSalary/pages/taxAgent/slideTaxagentUser.js @@ -81,7 +81,6 @@ export default class SlideTaxagentUser extends React.Component { const { taxAgentId } = this.props; taxAgentRangeImportData({ ...params, taxAgentId }).then(({ status, data }) => { if (status) { - data.errorData = data.errorNotice; this.setState({ importParams: { ...this.state.importParams,