bug 78146
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user