refactor: remove unnecessary console log in goToQuotation function
This commit is contained in:
parent
07e5fd6328
commit
4653a54914
1 changed files with 0 additions and 1 deletions
|
|
@ -635,7 +635,6 @@ function goToQuotation(
|
||||||
v.productService.work?.attributes?.workflowStep[
|
v.productService.work?.attributes?.workflowStep[
|
||||||
pageState.currentStep - 1
|
pageState.currentStep - 1
|
||||||
]?.attributes?.properties;
|
]?.attributes?.properties;
|
||||||
console.log(v);
|
|
||||||
return Object.assign(v, {
|
return Object.assign(v, {
|
||||||
_documentExpansion: _props.some(
|
_documentExpansion: _props.some(
|
||||||
(v: PropVariant) => v.fieldName === 'documentCheck',
|
(v: PropVariant) => v.fieldName === 'documentCheck',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue