fix(接口定义): 修复数据源删除后页面显示问题

This commit is contained in:
fit2-zhao 2021-01-28 09:56:55 +08:00
parent ae29a9046c
commit 267dd14a93
1 changed files with 19 additions and 16 deletions

View File

@ -225,6 +225,9 @@
if (!hasEnvironment) {
this.request.environmentId = undefined;
}
if (!this.request.environmentId) {
this.request.dataSourceId = undefined;
}
this.initDataSource();
});
},