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,