...
|
...
|
@@ -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
|
|
...
|
...
|
|