updata:删除多余的getServerList方法,删除重复定义的computed块

This commit is contained in:
rainv123
2025-09-19 11:37:24 +08:00
parent 4e958ce57c
commit 3fb925f13d
2 changed files with 1 additions and 4 deletions
@@ -72,7 +72,6 @@ export default {
this.fetchParams();
},
mounted() {
this.getServerList();
this.dialogTitle = this.$t('paramManagement.addParam');
},