优化服务器管理详情四个图形展示功能和PPPoE配置
This commit is contained in:
@@ -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});
|
||||
|
||||
Reference in New Issue
Block a user