Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
markliu2013 committed Jan 11, 2024
1 parent 6f1fb6a commit 0d87436
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Footer/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export default () => {
<Divider type="vertical" />
{/*<a target="_blank" href="https://beian.miit.gov.cn/" rel="noreferrer">{t('footer.no')}</a>*/}
{/*<Divider type="vertical" />*/}
v1.0.29
v1.0.30
<Divider type="vertical" />
api-version: {version}
</div>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/Book/ActionForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ export default () => {
form.defaultIncomeAccountId = form.defaultIncomeAccountId?.id;
form.defaultTransferFromAccountId = form.defaultTransferFromAccountId?.id;
form.defaultTransferToAccountId = form.defaultTransferToAccountId?.id;
form.defaultExpenseCategoryId = form.defaultExpenseCategoryId?.id;
form.defaultIncomeCategoryId = form.defaultIncomeCategoryId?.id;
form.defaultExpenseCategoryId = form.defaultExpenseCategoryId?.value;
form.defaultIncomeCategoryId = form.defaultIncomeCategoryId?.value;
if (action !== 2) {
await create('books', form);
} else {
Expand Down

0 comments on commit 0d87436

Please sign in to comment.