From 72a74e1cec8eb3b5288deb13e73be6abfcb89969 Mon Sep 17 00:00:00 2001 From: yaojn Date: Sat, 11 Oct 2025 17:10:59 +0800 Subject: [PATCH] =?UTF-8?q?-=20[=E4=BF=AE=E5=A4=8D]=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=E6=97=B6=E9=97=B4=E6=8E=A7=E4=BB=B6=E8=87=AA?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E8=A7=84=E5=88=99bug=20=20=20=20-=20[?= =?UTF-8?q?=E5=85=B3=E8=81=94]#[1529076920057857]=E6=B5=81=E7=A8=8B?= =?UTF-8?q?=E8=A1=A8=E5=8D=95=E6=97=B6=E9=97=B4=E6=8E=A7=E4=BB=B6=E8=87=AA?= =?UTF-8?q?=E5=AE=9A=E4=B9=89=E8=A7=84=E5=88=99bug=20http://192.168.0.96:8?= =?UTF-8?q?090/demo/rdm.html#/bug-detail/939050947543040/939050947543057/1?= =?UTF-8?q?529076920057857?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/resources/plugins/TsSheet/form/component/formtime.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/plugins/TsSheet/form/component/formtime.vue b/src/resources/plugins/TsSheet/form/component/formtime.vue index 846551e8..27da3297 100644 --- a/src/resources/plugins/TsSheet/form/component/formtime.vue +++ b/src/resources/plugins/TsSheet/form/component/formtime.vue @@ -98,7 +98,7 @@ export default { return null; }, getValidList() { - let validateList = this.validateList || []; + let validateList = this.$utils.deepClone(this.validateList || []); //自定义校验 if (this.config.validType && this.config.validType.indexOf('custom') >= 0 && !this.$utils.isEmpty(this.config.validValueList)) { this.config.validValueList.forEach(item => { -- Gitee