update 标签管理修改

This commit is contained in:
赵霄
2023-10-18 17:49:09 +08:00
parent b6957022f5
commit 447fe783f9
@@ -407,7 +407,7 @@ export default {
val = val + ''
// this.contentFlag=val
// 树形结构
if (val === FieldType.TREE.value) {
if (val === FieldType.TREE.value || val === FieldType.TREE_SINGLE.value) {
this.contentOption = [...this.contentOptionTree]
this.isTagContent = true
} else if (val === FieldType.OPTION_SINGLE.value || val === FieldType.OPTION_MORE.value) {