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