fix:删除console。简单优化asset

This commit is contained in:
zhangyu
2020-11-21 14:41:48 +08:00
parent 1bd5cbec52
commit 7fe5f10696
4 changed files with 6 additions and 7 deletions

View File

@@ -626,7 +626,6 @@
},
// 新增label
addLabel() {
console.log(123123);
this.editModule.labelModule.push({key: '', value: ''});
this.$nextTick(() => {
this.$refs.labelBoxScrollbar.update();