Commit febc217c13893a364dc63b9a5b781242c4b593dc

Authored by loveumiko
2 parents 89a9085b 76f07c64

Merge branch 'main_dev' of http://git.yunteng.com/yunteng/thingskit-front into f…

…eat/device-new-protocol
@@ -54,7 +54,6 @@ @@ -54,7 +54,6 @@
54 54
55 const currentDataFlowParamsHanlePrevStep = async () => { 55 const currentDataFlowParamsHanlePrevStep = async () => {
56 const values = await getValue(); 56 const values = await getValue();
57 - console.log(values, 'values');  
58 emit('currentDataFlowParamsEmitPrevStep', { currentStep: 0, values }); 57 emit('currentDataFlowParamsEmitPrevStep', { currentStep: 0, values });
59 }; 58 };
60 59
@@ -93,6 +93,7 @@ @@ -93,6 +93,7 @@
93 componentKey: config.componentConfig.key, 93 componentKey: config.componentConfig.key,
94 categoryKey: config.componentConfig.package, 94 categoryKey: config.componentConfig.package,
95 }; 95 };
  96 + activeKey.value = TabKeyEnum.BASIC;
96 setFormValues(record); 97 setFormValues(record);
97 } else { 98 } else {
98 selectWidgetKeys.value = { 99 selectWidgetKeys.value = {