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;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const id = event.el.id.substr(8);
|
const id = event.el.id.substr(8); // account_
|
||||||
const account = this.$utilities.getAccountByAccountId(this.accounts, id);
|
const account = this.$utilities.getAccountByAccountId(this.accounts, id);
|
||||||
|
|
||||||
if (!account || !this.accounts[account.category] || !this.accounts[account.category][event.to]) {
|
if (!account || !this.accounts[account.category] || !this.accounts[account.category][event.to]) {
|
||||||
|
|||||||
@@ -253,7 +253,7 @@ export default {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const id = event.el.id.substr(9);
|
const id = event.el.id.substr(9); // category_
|
||||||
let category = null;
|
let category = null;
|
||||||
|
|
||||||
for (let i = 0; i < this.categories.length; i++) {
|
for (let i = 0; i < this.categories.length; i++) {
|
||||||
|
|||||||
Reference in New Issue
Block a user