Commit 741d2a1e4598dac9a3afa67c871ca937150e3544
Merge branch 'perf/delete-from-edge-device-confirm' into 'main_dev'
fix: 修复导入设备初始步骤错误 See merge request yunteng/thingskit-front!1441
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -49,7 +49,7 @@ | @@ -49,7 +49,7 @@ | ||
49 | FINISH = '完成', | 49 | FINISH = '完成', |
50 | } | 50 | } |
51 | 51 | ||
52 | - const currentStep = ref<StepsEnum>(StepsEnum.CREATE_ENTITY); | 52 | + const currentStep = ref<StepsEnum>(StepsEnum.BASIC_INFO); |
53 | 53 | ||
54 | const goNextStep = () => { | 54 | const goNextStep = () => { |
55 | if (unref(currentStep) >= StepsEnum.FINISH) return; | 55 | if (unref(currentStep) >= StepsEnum.FINISH) return; |