switch to basic tab after clicking duplicate button

This commit is contained in:
MaysWind
2025-01-28 12:05:00 +08:00
parent 782bc11950
commit 371b88c6cd
@@ -1047,6 +1047,7 @@ export default {
this.editId = null;
this.duplicateFromId = this.transaction.id;
this.activeTab = 'basicInfo';
this.transaction.id = '';
this.transaction.time = getCurrentUnixTime();
this.transaction.timeZone = this.settingsStore.appSettings.timeZone;