专项附加扣除模块页面接口联调完成
This commit is contained in:
parent
cf315eb608
commit
824508b41a
|
|
@ -82,7 +82,6 @@ class SpecialAddDeduction extends Component {
|
|||
...extraParams,
|
||||
...params
|
||||
};
|
||||
console.log(queryParams, payload);
|
||||
this.setState({ loading: { ...loading, query: true } });
|
||||
API.specialAddDeductionList(payload).then(({ status, data }) => {
|
||||
this.setState({ loading: { ...loading, query: false } });
|
||||
|
|
|
|||
Loading…
Reference in New Issue