@xuda.io/xuda-worker-bundle-min 1.3.1100 → 1.3.1102
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/index.js +3 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -2101,6 +2101,7 @@ func.datasource.execute = async function (
|
|
|
2101
2101
|
dataSourceSession,
|
|
2102
2102
|
IS_DATASOURCE_REFRESH
|
|
2103
2103
|
) {
|
|
2104
|
+
|
|
2104
2105
|
var _session = SESSION_OBJ[SESSION_ID];
|
|
2105
2106
|
var _ds = _session.DS_GLB[dataSourceSession];
|
|
2106
2107
|
var args = _ds.args;
|
|
@@ -2631,7 +2632,7 @@ func.datasource.execute = async function (
|
|
|
2631
2632
|
}
|
|
2632
2633
|
|
|
2633
2634
|
case "batch": {
|
|
2634
|
-
|
|
2635
|
+
|
|
2635
2636
|
let has_datasource = await calc_batch_loops();
|
|
2636
2637
|
|
|
2637
2638
|
_raw_data_rows = _ds?.v.raw_data?.rows || [];
|
|
@@ -2670,7 +2671,7 @@ func.datasource.execute = async function (
|
|
|
2670
2671
|
);
|
|
2671
2672
|
}
|
|
2672
2673
|
}
|
|
2673
|
-
|
|
2674
|
+
console.log("batch", _ds)
|
|
2674
2675
|
break;
|
|
2675
2676
|
}
|
|
2676
2677
|
|