@xuda.io/xuda-worker-bundle-min 1.3.2324 → 1.3.2326
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 +2 -2
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -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
|
|