fix 77969
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user