Merge branch 'feature/2.15.2.2411.01业务线' into feature/2.15.2.2411.01业务线-数据推送

This commit is contained in:
lys 2024-12-27 11:16:18 +08:00
commit d6d7b7b545
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class CopyLedgerModal extends Component {
const { copyForm: form } = ledgerStore;
form.validateForm().then(f => {
if (f.isValid) {
const payload = { id, ...form.getFormParams() };
const payload = { id, ...form.getFormParams(), taxAgentIds: form.getFormParams().taxAgentId.split(",") };
this.setState({ loading: true });
duplicateLedger(payload).then(({ status, errormsg }) => {
this.setState({ loading: false });