adtec-core-package 2.5.7 → 2.5.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adtec-core-package",
3
- "version": "2.5.7",
3
+ "version": "2.5.8",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "scripts": {
@@ -66,7 +66,7 @@ const initTodoDialog = async (params: IParameter[]) => {
66
66
  await nextTick(() => {
67
67
  taskOperationShow.value = true
68
68
  if (compRef.value?.initByWorkflow) {
69
- // taskId.value = params?.find((x: IParameter) => x.code === 'taskId')?.value
69
+ taskId.value = params?.find((x: IParameter) => x.code === 'taskId')?.value
70
70
  // const wParam = {
71
71
  // businessId: params?.find((x: IParameter) => x.code === 'businessId')?.value,
72
72
  // taskId: taskId.value,