mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 17:54:30 +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.activeTab = 'basicInfo';
|
||||||
self.loading = true;
|
self.loading = true;
|
||||||
self.submitting = false;
|
self.submitting = false;
|
||||||
|
self.geoLocationStatus = null;
|
||||||
self.originalTransactionEditable = false;
|
self.originalTransactionEditable = false;
|
||||||
|
|
||||||
const newTransaction = self.transactionsStore.generateNewTransactionModel(options.type);
|
const newTransaction = self.transactionsStore.generateNewTransactionModel(options.type);
|
||||||
|
|||||||
Reference in New Issue
Block a user