From 3bb70efa12ea07b85643479424283294a760e518 Mon Sep 17 00:00:00 2001 From: yuchuyang Date: Wed, 26 Oct 2022 15:54:27 -0700 Subject: [PATCH] config-tools: re-rendering the data after importing different board XML Switch tag in order to trigger the component re-rendering after importing different board XML. Tracked-On: #8288 Signed-off-by: Yang, Yu-chu Reviewed-by: Junjie Mao --- .../configurator/packages/configurator/src/pages/Config.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/misc/config_tools/configurator/packages/configurator/src/pages/Config.vue b/misc/config_tools/configurator/packages/configurator/src/pages/Config.vue index 7401c8288..05f419934 100644 --- a/misc/config_tools/configurator/packages/configurator/src/pages/Config.vue +++ b/misc/config_tools/configurator/packages/configurator/src/pages/Config.vue @@ -173,6 +173,7 @@ export default { this.schemas = scenarioJSONSchema this.updateCurrentFormSchema() this.updateCurrentBoardInfo() + this.switchTab(-1) }, updateCurrentFormSchema() { if (this.activeVMID === -1) {