fix 77969

This commit is contained in:
赵霄
2024-01-25 14:12:48 +08:00
parent 1e20769b52
commit f2d521d5a8
2 changed files with 3 additions and 3 deletions
@@ -379,7 +379,7 @@ export default {
this.isSearch = true
}
// 输入框(字符串) 文本框
if (val === FieldType.TEXT_BOX.value || val === FieldType.USER_SINGLE.value || val === 'sel_user') {
if (val === FieldType.TEXT_BOX.value|| val === 'sel_user') {
this.isLength = true
} else {
this.isLength = false
@@ -466,8 +466,8 @@ export default {
this.isSearch = true
}
// 输入框(字符串) 文本框 人员选择 标准选择 输入框(链接)
// 文本框 || 单选用户弹框
if (val === FieldType.TEXT_BOX.value || val === FieldType.USER_SINGLE.value || val === 'sel_user') {
// 文本框
if (val === FieldType.TEXT_BOX.value || val === 'sel_user') {
this.isLength = true
} else {
this.isLength = false