This commit is contained in:
wenyann 2021-03-02 11:01:39 +08:00
commit 5114672358
1 changed files with 3 additions and 2 deletions

View File

@ -135,8 +135,9 @@ export default {
}
return true;
},
environmentConfigClose(id) {
// todo
environmentConfigClose() {
this.data = [];
this.init();
}
}
}