fix : 修复日期选择动态5天范围

This commit is contained in:
2024-03-13 21:27:56 +08:00
parent 8253a42847
commit e1d0f45280
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