fix: 修复asset-tag、chartbox、endpoint表头等bug

1.edit-asset时tag不能新增的bug
2.chartbox url类型回显错误的bug
3.endpoint表头编辑框不显示的bug
4.底部滑框退出全屏后主列表不显示的bug
5.左侧菜单project折叠bug
This commit is contained in:
chenjinsong
2020-08-05 20:58:24 +08:00
parent 0d83ebdf70
commit af70abd141
7 changed files with 29 additions and 59 deletions

View File

@@ -375,6 +375,7 @@
});
},
addTag() {
!this.editAsset.tags && (this.$set(this.editAsset, "tags", []));
this.editAsset.tags.push({tag: "", value: ""});
this.$nextTick(() => {
this.$refs.tagEditBoxScrollbar.update();