优化服务器管理详情四个图形展示功能和PPPoE配置

This commit is contained in:
康冉冉
2026-01-07 13:23:39 +08:00
parent 2c83e94b16
commit e1e16cca17
4 changed files with 32 additions and 17 deletions
@@ -118,7 +118,7 @@
};
},
poeInterfaceList() {
networkList({clientId: this.ruleForm.clientId, newFlag: 1}).then(res => {
networkList({clientIds: this.ruleForm.clientId, newFlag: 1}).then(res => {
this.ipList = [];
res && res.data.map(item => {
this.ipList.push({label: item.interfaceName, value: item.interfaceName});