Commit 741d2a1e4598dac9a3afa67c871ca937150e3544

Authored by xp.Huang
2 parents 6ad503d1 18a7bf29

Merge branch 'perf/delete-from-edge-device-confirm' into 'main_dev'

fix: 修复导入设备初始步骤错误

See merge request yunteng/thingskit-front!1441
... ... @@ -49,7 +49,7 @@
49 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 54 const goNextStep = () => {
55 55 if (unref(currentStep) >= StepsEnum.FINISH) return;
... ...