|
@@ -10,7 +10,6 @@
|
|
@select="onSelectChange"
|
|
@select="onSelectChange"
|
|
></action-panel>
|
|
></action-panel>
|
|
<main-panel
|
|
<main-panel
|
|
- ref='configuratorMain'
|
|
|
|
v-if="defaultConfig"
|
|
v-if="defaultConfig"
|
|
:currentConfig="currentConfig"
|
|
:currentConfig="currentConfig"
|
|
:defaultConfig="defaultConfig"
|
|
:defaultConfig="defaultConfig"
|
|
@@ -180,7 +179,6 @@ export default {
|
|
bus.$emit(ACTION_COMPONECT_SELECT, val);
|
|
bus.$emit(ACTION_COMPONECT_SELECT, val);
|
|
this.selectedComponent = val;
|
|
this.selectedComponent = val;
|
|
this.filterCurrentConfig();
|
|
this.filterCurrentConfig();
|
|
- this.$refs.configuratorMain.focus();
|
|
|
|
}
|
|
}
|
|
},
|
|
},
|
|
watch: {
|
|
watch: {
|