fix(接口定义): 修复数据源删除后页面显示问题
This commit is contained in:
parent
ae29a9046c
commit
267dd14a93
|
@ -225,6 +225,9 @@
|
|||
if (!hasEnvironment) {
|
||||
this.request.environmentId = undefined;
|
||||
}
|
||||
if (!this.request.environmentId) {
|
||||
this.request.dataSourceId = undefined;
|
||||
}
|
||||
this.initDataSource();
|
||||
});
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue