Commit b5b22a5e by ningjihai

123123

parent 7fa6295c
...@@ -549,7 +549,8 @@ const handleNextStep = async () => { ...@@ -549,7 +549,8 @@ const handleNextStep = async () => {
} }
} else if (activeStep.value < 4) { } else if (activeStep.value < 4) {
if(activeStep.value === 2){ if(activeStep.value === 2){
if(selectedDbs.value.length === 0){ console.log('selectedDbs.value',selectedDbs.value)
if(selectedDbs.value.length === 0 || selectedDbDetails.value.length === 0){
ElMessage({ ElMessage({
message: '请选择数据源', message: '请选择数据源',
type: 'warning', type: 'warning',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论