feat:topology添加展开收起的动画
This commit is contained in:
@@ -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(){
|
||||
|
||||
Reference in New Issue
Block a user