mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-20 01:34:24 +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.editId = null;
|
||||||
this.duplicateFromId = this.transaction.id;
|
this.duplicateFromId = this.transaction.id;
|
||||||
|
this.activeTab = 'basicInfo';
|
||||||
this.transaction.id = '';
|
this.transaction.id = '';
|
||||||
this.transaction.time = getCurrentUnixTime();
|
this.transaction.time = getCurrentUnixTime();
|
||||||
this.transaction.timeZone = this.settingsStore.appSettings.timeZone;
|
this.transaction.timeZone = this.settingsStore.appSettings.timeZone;
|
||||||
|
|||||||
Reference in New Issue
Block a user