Commit 76f07c64cd6003deb4830054374ad08116caef87

Authored by xp.Huang
2 parents f684ffd1 9513bb00

Merge branch 'fix/DEFECT-1670' into 'main_dev'

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

See merge request yunteng/thingskit-front!947
@@ -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 = {