Merge pull request #11244 from dataease/pr@dev-v2@fix_app

fix(仪表板、数据大屏): 修复添加应用时未提示必填项问题
This commit is contained in:
王嘉豪 2024-07-30 08:38:59 +08:00 committed by GitHub
commit dd3ec8f059
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -318,9 +318,6 @@ const saveApp = () => {
return false
}
})
setTimeout(() => {
appSaveForm?.value?.clearValidate()
}, 0)
}
defineExpose({