From 33d9c399ecfcd119f618f70a69c3ebff57ce0b9b Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Tue, 20 Aug 2024 09:29:47 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E6=A0=87=E7=AD=BE=E7=AE=A1=E7=90=86?= =?UTF-8?q?-=E5=9B=BA=E5=AE=9A=E5=AD=97=E6=AE=B5=E5=8F=AF=E4=BB=A5?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=AD=97=E6=AE=B5=E9=95=BF=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/tags/modules/StandardDrawer.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/views/system/tags/modules/StandardDrawer.vue b/src/views/system/tags/modules/StandardDrawer.vue index 1a138dd..e5f7863 100644 --- a/src/views/system/tags/modules/StandardDrawer.vue +++ b/src/views/system/tags/modules/StandardDrawer.vue @@ -105,7 +105,6 @@ @@ -489,9 +488,8 @@ export default { } else { this.isSearch = true } - // 输入框(字符串) 文本框 人员选择 标准选择 输入框(链接) // 文本框 - if (val === FieldType.TEXT_BOX.value || val === 'sel_user') { + if (val === FieldType.TEXT_BOX.value) { this.isLength = true } else { this.isLength = false