mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-15 15:37:33 +08:00
fix the bug that the transaction view dialog does not show no location
This commit is contained in:
@@ -611,6 +611,7 @@ export default {
|
||||
self.activeTab = 'basicInfo';
|
||||
self.loading = true;
|
||||
self.submitting = false;
|
||||
self.geoLocationStatus = null;
|
||||
self.originalTransactionEditable = false;
|
||||
|
||||
const newTransaction = self.transactionsStore.generateNewTransactionModel(options.type);
|
||||
|
||||
Reference in New Issue
Block a user