mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 01:04:25 +08:00
add more transaction edit dialog basis code
This commit is contained in:
@@ -706,7 +706,7 @@ export default {
|
||||
categoryId: query.categoryId,
|
||||
accountId: query.accountId
|
||||
},
|
||||
(self.mode !== 'edit' && self.mode !== 'view')
|
||||
(self.mode === 'edit' || self.mode === 'view')
|
||||
);
|
||||
|
||||
self.loading = false;
|
||||
|
||||
Reference in New Issue
Block a user