@xuda.io/xuda-worker-bundle-min 1.3.2323 → 1.3.2325
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 -3
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -1652,7 +1652,7 @@ func.datasource.prepare = async function (SESSION_ID, prog_id, dataSourceNoP, pa
|
|
|
1652
1652
|
console.log('DATASOURCE_REFRESH', dataSourceNoP);
|
|
1653
1653
|
IS_DATASOURCE_REFRESH = true;
|
|
1654
1654
|
_ds.refreshed = true;
|
|
1655
|
-
|
|
1655
|
+
|
|
1656
1656
|
if (_ds.watcher) {
|
|
1657
1657
|
_.set(_ds, _ds.watcher.path, _ds.watcher.newValue);
|
|
1658
1658
|
}
|
|
@@ -3980,8 +3980,8 @@ func.datasource.set_VIEW_data = async function (SESSION_ID, args, _ds) {
|
|
|
3980
3980
|
};
|
|
3981
3981
|
_ds.viewEventExec_arr = {};
|
|
3982
3982
|
|
|
3983
|
-
|
|
3984
|
-
var view = klona.klona(await func.utils.VIEWS_OBJ.get(SESSION_ID, args.prog_id));
|
|
3983
|
+
var view = _.cloneDeep(await func.utils.VIEWS_OBJ.get(SESSION_ID, args.prog_id));
|
|
3984
|
+
// var view = klona.klona(await func.utils.VIEWS_OBJ.get(SESSION_ID, args.prog_id));
|
|
3985
3985
|
|
|
3986
3986
|
_ds.v.dataSourceSrcType = view.dataSourceSrcType;
|
|
3987
3987
|
|