From a2575aa0a1c5b24c59a340d21cf1d158e563ae76 Mon Sep 17 00:00:00 2001 From: yaojn Date: Sat, 11 Oct 2025 10:36:55 +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/formdate.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resources/plugins/TsSheet/form/component/formdate.vue b/src/resources/plugins/TsSheet/form/component/formdate.vue index 6134981f..d717aa71 100644 --- a/src/resources/plugins/TsSheet/form/component/formdate.vue +++ b/src/resources/plugins/TsSheet/form/component/formdate.vue @@ -298,7 +298,7 @@ export default { } }, getValidateList() { - let validateList = this.validateList; + let validateList = this.$utils.deepClone(this.validateList || []); let dateText = { later: this.$t('term.framework.later'), earlier: this.$t('term.framework.earlier'), -- Gitee