Commit 9513bb00af72ab66daf6ee0a1a0aa18359fe6ee5

Authored by loveumiko
1 parent f684ffd1

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

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