diff --git a/src/resources/plugins/TsSheet/form/component/formtime.vue b/src/resources/plugins/TsSheet/form/component/formtime.vue index 846551e837d078107cef30c279c792b95ae7d7a8..27da329791d32194e04a1b7a1040d83a78d8e840 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 => {