mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-06 20:56:42 +08:00
Merge pull request #7703 from artoscinote/ma_SCI_10877
Clear import modal state on modal open [SCI-10877]
This commit is contained in:
commit
14c9bf5799
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…
Reference in a new issue