【update】多选标准弹框 去掉长度

This commit is contained in:
fengchenchen
2023-11-29 20:27:48 +08:00
parent a5045d9302
commit 047d1a988c
2 changed files with 4 additions and 4 deletions
@@ -378,8 +378,8 @@ export default {
} else {
this.isSearch = true
}
// 输入框(字符串) 文本框 人员选择 标准选择
if (val === FieldType.TEXT_BOX.value || val === FieldType.USER_SINGLE.value || val === FieldType.STANDARD_MORE.value || val === 'sel_user') {
// 输入框(字符串) 文本框
if (val === FieldType.TEXT_BOX.value || val === FieldType.USER_SINGLE.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 === FieldType.STANDARD_MORE.value || val === 'sel_user') {
// 文本框 || 单选用户弹框
if (val === FieldType.TEXT_BOX.value || val === FieldType.USER_SINGLE.value || val === 'sel_user') {
this.isLength = true
} else {
this.isLength = false