fix the bug that the transaction view dialog does not show no location

This commit is contained in:
MaysWind
2024-06-29 11:51:39 +08:00
parent 9a70cfe24c
commit 02a5dcf9ba
@@ -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);