update 标签管理修改
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user