add more transaction edit dialog basis code

This commit is contained in:
MaysWind
2023-08-15 00:12:06 +08:00
parent 0ad72e8334
commit ed0100a82c
5 changed files with 245 additions and 42 deletions
+1 -1
View File
@@ -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;