@xuda.io/xuda-worker-bundle-min 1.3.860 → 1.3.862
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 +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -5172,7 +5172,7 @@ func.utils.clean_returned_datasource = function (SESSION_ID, DS) {
|
|
|
5172
5172
|
var _session = SESSION_OBJ[SESSION_ID];
|
|
5173
5173
|
if (!_session.DS_GLB[DS]) return;
|
|
5174
5174
|
|
|
5175
|
-
var obj = _.
|
|
5175
|
+
var obj = _.clone(_session.DS_GLB[DS]);
|
|
5176
5176
|
// if (obj.data_system) {
|
|
5177
5177
|
// if (obj.data_system["SYS_OBJ_DS_DATA"])
|
|
5178
5178
|
// delete obj.data_system["SYS_OBJ_DS_DATA"]["SYS_OBJ_DS_DATA"];
|