@xuda.io/runtime-bundle 1.0.359 → 1.0.361

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.
@@ -34811,7 +34811,7 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
34811
34811
  var split = [];
34812
34812
  var var_Arr = [];
34813
34813
  split = func.expression.parse(ret);
34814
- console.log(valP, split);
34814
+
34815
34815
  for await (const [arr_key, val] of Object.entries(split)) {
34816
34816
  // run each field
34817
34817
  const key = Number(arr_key);
@@ -34902,14 +34902,8 @@ func.expression.get = async function (SESSION_ID, valP, dsSessionP, sourceP, row
34902
34902
  } // put default
34903
34903
  fields[val.fieldId] = var_Arr[key].value;
34904
34904
 
34905
- const ret = await func.datasource.get_value(
34906
- SESSION_ID,
34907
- val.fieldId,
34908
- dsSessionP,
34909
-
34910
- rowIdP,
34911
- ); // find field in dataSources
34912
-
34905
+ const ret = await func.datasource.get_value(SESSION_ID, val.fieldId, dsSessionP, rowIdP); // find field in dataSources
34906
+ console.log(valP, val.fieldId, ret);
34913
34907
  await replace_value_in_string(ret.ret, ret.fieldIdP);
34914
34908
  }
34915
34909
  }