@xuda.io/runtime-bundle 1.0.485 → 1.0.486

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.
@@ -1591,7 +1591,7 @@ glb.solid_attributes = ['disabled'];
1591
1591
  func.datasource.create = async function (
1592
1592
  SESSION_ID,
1593
1593
  prog_id,
1594
- dataSourceNoP, // if exist then refresh
1594
+ dataSourceNoP = null, // if exist then refresh
1595
1595
  parentDataSourceNoP,
1596
1596
  containerIdP,
1597
1597
  rowIdP,
@@ -1591,7 +1591,7 @@ glb.solid_attributes = ['disabled'];
1591
1591
  func.datasource.create = async function (
1592
1592
  SESSION_ID,
1593
1593
  prog_id,
1594
- dataSourceNoP, // if exist then refresh
1594
+ dataSourceNoP = null, // if exist then refresh
1595
1595
  parentDataSourceNoP,
1596
1596
  containerIdP,
1597
1597
  rowIdP,