Merge pull request #6328 from dataease/pr@dev-v2@fix_eslint_error

fix: eslint导致打包报错
This commit is contained in:
fit2cloud-chenyw 2023-10-24 11:25:43 +08:00 committed by GitHub
commit 2a53655bb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -134,7 +134,7 @@ const initForm = type => {
if (type === 'oracle') {
form.value.configuration.connectionType = 'sid'
}
form.value.type = type
setTimeout(() => {
dsForm.value.clearValidate()