[config_tool] Imported scenarios not populating CAT widget
fix CAT widget data doesn't refresh after import another scenario the focus will go to "Basic Parameters" tab after import a scenario everytime. so that data could be refresh. Tracked-On: #8068 Signed-off-by: Chuang-Ke <chuangx.ke@intel.com>
This commit is contained in:
parent
c24aa87a65
commit
3942af905c
|
@ -198,6 +198,7 @@ export default {
|
||||||
this.updateCurrentFormSchema()
|
this.updateCurrentFormSchema()
|
||||||
this.updateCurrentFormData()
|
this.updateCurrentFormData()
|
||||||
configurator.cat.scenarioLoaded()
|
configurator.cat.scenarioLoaded()
|
||||||
|
this.switchTab(-1)
|
||||||
},
|
},
|
||||||
getSchemaData() {
|
getSchemaData() {
|
||||||
return this.schemas
|
return this.schemas
|
||||||
|
|
Loading…
Reference in New Issue