Skip to content

Commit 8cb26d8

Browse files
authored
fix: 修复选择配置文件进入配置文件管理弹窗直接关闭弹窗显示的配置文件不正确 (#5174)
1 parent 3ca8dd2 commit 8cb26d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dashboard/src/views/ConfigPage.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,7 @@ export default {
503503
// 重置选择到之前的值
504504
this.$nextTick(() => {
505505
this.selectedConfigID = this.selectedConfigInfo.id || 'default';
506+
this.getConfig(this.selectedConfigID);
506507
});
507508
} else {
508509
this.getConfig(value);

0 commit comments

Comments
 (0)