Showing
2 changed files
with
1 additions
and
1 deletions
@@ -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 = { |