feat:topology添加展开收起的动画

This commit is contained in:
zhangyu
2020-11-27 09:24:44 +08:00
parent 16bd96a680
commit 9a4f25ae06
7 changed files with 55 additions and 39 deletions

View File

@@ -409,7 +409,6 @@
this.$get('/asset',param).then(response=>{
if(response.code == 200){
let data=response.data.list;
console.log(data)
let result=data.map(item=>{
return {label:item.host,value:item.host}
})
@@ -424,7 +423,6 @@
},
popHide() {
console.log(this.assetSetting)
this.queryInterfaceInfos(true);
},
showInput:function(){