mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 06:57:35 +08:00
switch to basic tab after clicking duplicate button
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user