mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +08:00
add comment
This commit is contained in:
@@ -457,7 +457,7 @@ export default {
|
||||
return;
|
||||
}
|
||||
|
||||
const id = event.el.id.substr(8);
|
||||
const id = event.el.id.substr(8); // account_
|
||||
const account = this.$utilities.getAccountByAccountId(this.accounts, id);
|
||||
|
||||
if (!account || !this.accounts[account.category] || !this.accounts[account.category][event.to]) {
|
||||
|
||||
Reference in New Issue
Block a user