Commit 9513bb00af72ab66daf6ee0a1a0aa18359fe6ee5

Authored by loveumiko
1 parent f684ffd1

fix: 修复看板组件回显时出现数据源消失的问题

@@ -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 = {