Browse Source

[fix#12364][UI] fix when creating a workflow, click Data Quality or Machine Learning to expand both (#12365)

* [fix#12364][UI] fix when creating a workflow, click Data Quality or Machine Learning to expand both
pandong 2 years ago
parent
commit
70aef3ec21

+ 2 - 2
dolphinscheduler-ui/src/views/projects/workflow/components/dag/dag-sidebar.tsx

@@ -420,7 +420,7 @@ export default defineComponent({
           {variables.ml.length > 0 && (
             <NCollapseItem
               title={t('project.menu.ml')}
-              name='5'
+              name='6'
               class='task-cate-ml'
               v-slots={{
                 default: () => {
@@ -473,7 +473,7 @@ export default defineComponent({
           {variables.other.length > 0 && (
             <NCollapseItem
               title={t('project.menu.other')}
-              name='6'
+              name='7'
               class='task-cate-other'
               v-slots={{
                 default: () => {