custom/陕西万众

This commit is contained in:
lys 2025-01-02 14:51:47 +08:00
parent 637e98f0e8
commit 849f130e6b
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class LedgerSlide extends Component {
return false;
}
this.setState({ loading: true });
saveLedgerBasic({ ...extra, description, id: editId }).then(({ status, data, errormsg }) => {
saveLedgerBasic({ ...extra, description, id: editId, wzApprovalUrl }).then(({ status, data, errormsg }) => {
this.setState({ loading: false });
if (status) {
const { onRefreshList } = this.props;