mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-14 09:04:56 +08:00
Clear import modal state on modal open [SCI-10877]
This commit is contained in:
parent
544da61038
commit
3c6798a2c2
1 changed files with 2 additions and 0 deletions
|
@ -60,6 +60,8 @@ export default {
|
||||||
methods: {
|
methods: {
|
||||||
open() {
|
open() {
|
||||||
this.activeStep = 'UploadStep';
|
this.activeStep = 'UploadStep';
|
||||||
|
this.params.selectedItems = null;
|
||||||
|
this.params.autoMapping = true;
|
||||||
this.fetchRepository();
|
this.fetchRepository();
|
||||||
},
|
},
|
||||||
fetchRepository() {
|
fetchRepository() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue