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

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()