biz9-logic 4.8.67 → 4.8.69
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/biz9_config +1 -1
- package/index.js +2 -2
- package/package.json +1 -1
package/biz9_config
CHANGED
package/index.js
CHANGED
|
@@ -1131,8 +1131,8 @@ class Url{
|
|
|
1131
1131
|
let action_url= "main/crud/get/"+data_type + "/" + key;
|
|
1132
1132
|
return get_cloud_url_main(biz9_config.APP_ID,biz9_config.URL,action_url,null);
|
|
1133
1133
|
};
|
|
1134
|
-
static
|
|
1135
|
-
let action_url = "main/crud/
|
|
1134
|
+
static get_parent_top = (biz9_config,data_type,id,parent_data_type,parent_id,top_data_type,top_id) => {
|
|
1135
|
+
let action_url = "main/crud/get_parent_top/"+data_type+"/"+id+"/"+parent_data_type+ "/"+parent_id+"/"+top_data_type+ "/"+top_id;
|
|
1136
1136
|
return get_cloud_url_main(biz9_config.APP_ID,biz9_config.URL,action_url,null);
|
|
1137
1137
|
};
|
|
1138
1138
|
static search = (biz9_config,data_type) => {
|