fix: eslint导致打包报错

This commit is contained in:
fit2cloud-chenyw 2023-10-24 11:23:58 +08:00
parent a6bc2d9ee7
commit b6744ad279

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