feat:删除console

This commit is contained in:
wangwenrui
2020-10-30 16:26:36 +08:00
parent cb13bc8b91
commit 4ee5f94cc0
10 changed files with 7 additions and 18 deletions

View File

@@ -381,7 +381,6 @@
}
}
this.vendorAndModelOptionData = result;
console.log('model/vender',this.vendorAndModelOptionData)
});
},
addTag() {
@@ -471,7 +470,6 @@
}, 100)
},
modelChange(modelId) {
console.log('model ',this.editAsset.modelId)
let model = this.modelData.find((item, index)=>{
return modelId == item.id;
});
@@ -666,7 +664,6 @@
}
},
filterValue:function(input,callback){
console.log(this.tagValues)
if(!input || input == ''){
callback(this.tagValues)
}else{