【update】多选标准弹框 去掉长度
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user