feat:系统配置页面 & 其他修改

1.系统配置页面
2.mib table调整
3.overview 使用地图接口
This commit is contained in:
wangwenrui
2020-03-30 21:09:34 +08:00
parent f6548159f5
commit 4a6a83bd5c
15 changed files with 542 additions and 1462 deletions

View File

@@ -308,12 +308,8 @@
deep:true,
handler(n, o) {
this.currentMib = Object.assign({},n);
if(this.currentMib.modelsDetail && this.currentMib.modelsDetail.length>0){
for(let model of this.currentMib.modelsDetail){
model.label=model.name;
model.value=model.id;
this.selectedModels.push(model);
}
if(this.currentMib.models){
this.selectedModels=this.currentMib.models.split(',');
}else{
this.selectedModels=[];
}