Merge branch 'feature/v2-个税扣缴义务人人员范围添加导入功能' into develop
This commit is contained in:
commit
df15c64d18
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue