非系统人员修改

This commit is contained in:
黎永顺 2023-03-16 11:44:12 +08:00
parent fb3b4c7d59
commit 4c545d74ca
2 changed files with 3 additions and 1 deletions

View File

@ -273,7 +273,8 @@ export default class PersonalScope extends Component {
() => {
tab == "1"
? this.getTaxAgentRangeListInclude({ ...pageObj, ...params })
: this.getTaxAgentRangeListExclude({ ...pageObj, ...params });
: tab == "0" ? this.getTaxAgentRangeListExclude({ ...pageObj, ...params }) :
this.taxAgentRangelistExt({ ...pageObj, ...params });
}
);
}}

View File

@ -135,6 +135,7 @@ export default class SlideTaxagentUser extends React.Component {
onChange: this.onSelectChange
};
const pagination = {
...pageObj,
total: pageObj.total,
showTotal: total => `${total}`,
showSizeChanger: true,