perf: console的url处理|assetbox保存时vendor闪动等
1.console的url处理 2.assetbox保存时vendor闪动的问题修复 3.优化侧滑动画
This commit is contained in:
@@ -59,7 +59,8 @@
|
||||
props:{
|
||||
defaultModelUSize:{default:1},
|
||||
value:{default:null},
|
||||
disabled:{type:Boolean}
|
||||
disabled:{type:Boolean},
|
||||
idcOption: {type: Array}
|
||||
},
|
||||
data(){
|
||||
return {
|
||||
@@ -104,14 +105,15 @@
|
||||
}
|
||||
},
|
||||
queryIdcInfos:function(){
|
||||
this.idcInfos=[];
|
||||
this.$get('idc?pageSize=-1').then(response=>{
|
||||
this.idcInfos = this.idcOption;
|
||||
/*this.$get('idc?pageSize=-1').then(response=>{
|
||||
console.info(2)
|
||||
if(response.code == 200){
|
||||
this.idcInfos=response.data.list;
|
||||
}else{
|
||||
console.error(response.msg);
|
||||
}
|
||||
})
|
||||
})*/
|
||||
},
|
||||
loadCabinetInfos:function(idc){
|
||||
if(!idc){
|
||||
|
||||
Reference in New Issue
Block a user