人员导入报错信息不提示

This commit is contained in:
黎永顺 2023-01-11 13:33:52 +08:00
parent 03d282f0f3
commit 8a51c05c30
2 changed files with 0 additions and 2 deletions

View File

@ -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,

View File

@ -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,