bug 78146

This commit is contained in:
赵霄
2023-11-06 09:57:52 +08:00
parent 8cd8c71912
commit 3ee38e6b22
@@ -431,7 +431,7 @@ export default {
val = val + ''
// this.contentFlag=val
// 树形结构
if (val === FieldType.TREE.value || val === FieldType.TREE_SINGLE.value || FieldType.TREE_MODAL_SELECT.value) {
if (val === FieldType.TREE.value || val === FieldType.TREE_SINGLE.value || val === FieldType.TREE_MODAL_SELECT.value) {
this.contentOption = [...this.contentOptionTree]
this.isTagContent = true
} else if (val === FieldType.OPTION_SINGLE.value || val === FieldType.OPTION_MORE.value) {