From de256de046bb41da9d3b74800a20bab20a15b96c Mon Sep 17 00:00:00 2001 From: CaptainB Date: Wed, 12 Jul 2023 17:17:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B5=84=E6=BA=90=E6=B1=A0=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E9=95=BF=E5=BA=A6=E8=BF=9B=E8=A1=8C=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1027746 --user=刘瑞斌 【系统设置】github#25536,【系统设置】-系统-测试资源池:创建资源池-镜像。输入字符数过长时点击确定提示异常信息“SQL error happened, please check logs.” https://www.tapd.cn/55049933/s/1392386 --- .../frontend/src/business/system/pool/TestResourcePool.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/system-setting/frontend/src/business/system/pool/TestResourcePool.vue b/system-setting/frontend/src/business/system/pool/TestResourcePool.vue index 3cf488a9f8..f7f848179a 100644 --- a/system-setting/frontend/src/business/system/pool/TestResourcePool.vue +++ b/system-setting/frontend/src/business/system/pool/TestResourcePool.vue @@ -324,6 +324,9 @@ export default { trigger: 'blur' } ], + image: [ + {max: 100, message: this.$t('commons.input_limit', [0, 100])} + ], description: [ {max: 60, message: this.$t('commons.input_limit', [0, 60]), trigger: 'blur'} ],