Merge pull request 'fix : 修复日期选择动态5天范围' (#323) from dengjie into dev

Reviewed-on: http://git.feashow.cn/clay/tunnel-cloud-web/pulls/323
This commit is contained in:
2024-03-13 13:28:14 +00:00
3 changed files with 43 additions and 24 deletions

View File

@@ -289,6 +289,10 @@ const handleAdd = () => {
restFrom()
title.value = '新增站点'
isVisited.value = true
nextTick(() => {
// 清空校验
formInstance.value.clearValidate()
})
}
const handleSubmit = (instance) => {
if (!instance) return